[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/biz/ - Business & Finance


View post   

File: 40 KB, 759x521, sexy-chat.png [View same] [iqdb] [saucenao] [google]
11370674 No.11370674 [Reply] [Original]

creating that sexy chat app as we speak.

i need some tips on growth hacking once i do a full launch.

i want native mobile apps, should i just write everything in html5 & javascript and then use a tool like phonegapp to make it native for mobile devices?

>> No.11370712

>using es5
>phonegap

never going to make it

>> No.11370730

>>11370712
es5? what are you talking about? do you not see those promises and those arrow functions?

>> No.11371016

>>11370674
Dunno anything about mobile apps, but this is big dick energy for using nodejs.

>>11370712
Imagine being this retarded.

>> No.11371036

>>11370674
>1917+100+1
>still using nodejs
wut. webservers are meant to be written in Go now pajeet.

>> No.11371154

>>11371036
Pfft, if he was pajeet it would be Java. Node.js isn't a horrible choice, Cordova deploys to all platforms nicely in my experience.
Nonetheless you should fuck off to >>>/g/ even though they'll just sperge about Haskell & C
t. refu/g/

>> No.11371167

>>11370674
>2018
>using node
biz is such trash literal pajeets in every way

>> No.11371221

>>11370674
react-native

>> No.11371255

>>11371221
this

>> No.11371355

I want to make something on the side but all I do is java.

>> No.11371493
File: 11 KB, 259x194, download.jpg [View same] [iqdb] [saucenao] [google]
11371493

>>11371355
>Java...
Rajeesh detected

>> No.11371517

>>11371355
How is Java a hindrance in anything?

>> No.11371584

>>11371355
>what are android apps

>> No.11371637

>>11370712
This. HTML or React is bottom of the barrel garbage.

Xamarin is bare minimum to make it, kotlin/swift if you mean it, but is often waste of time.

>> No.11371649

how poo in loo is python? also what is this sexy chat app about and how can I long chatting sexy?

>> No.11371650

>>11370674

I seriously hope you're not using MySQL for conversations on a chat app. You'll want something like pusher, or if you're versed in AWS, set up SNS + SQS infrastructure with DynamoDB timeseries table

Also, like another anon says, use ES6 and get familiar with Babel and webpack.

Also forget mobile native shit, you can deploy a MVP with an offline service worker and manifest file that's purely served from a browser, and usually results in a better product (Add App to home screen)

>> No.11371678

I wonder if it would be best not to deal with AppStore bullshit and just make it a web app?

>> No.11371684

>>11371637

Ignore this guy, he's a brainlet still building vendor-locked-in apps on a private company owned app store instead of on a decentralized platform like the world wide web.

React had been around long enough to have matured and the community has grown to help with issues

>> No.11371686

>>11371649
>how poo in loo is python
literally the ultimate. python was created to get little kids into programming btw. thats how pajeet tier it is

>> No.11371711

>>11371678

If you want a webapp to feel native, use offline service workers and get a manifest.json in there for the add to home screen functionality.

They are much superior apps

>> No.11371746

Fucking Pajeets staining Java.

>> No.11371753

>>11371686
Most of scientific computing is done with python now.

>> No.11371813

>>11371753
>>11371686
wh-what do I do bros? can I be """white""" and still learn python?

>> No.11371915

>>11370674
> using promises rather than async/await in 2018

>> No.11371918

>>11371711
>If you want a webapp to feel native
>feel native

Display lags, battery drain and force closes are the ultimate native experience.

>> No.11371931

>>11371813
it takes like less than a day to learn python anon...

>> No.11371980

>>11371915
The absolute state of biz

>> No.11371991

>>11371915
are you retarded? await literally means await for a promise to complete. not sure if troll or not

>> No.11372146

>>11370674
lmfao building a chat app with a SQL backend

you need a realtime db with websocket integration, try firebase or dynamodb or something