Creating that sexy chat app as we speak

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?

Attached: sexy-chat.png (759x521, 40K)

>using es5
>phonegap

never going to make it

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

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

Imagine being this retarded.

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

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 even though they'll just sperge about Haskell & C
t. refu/g/

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

react-native

this

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

>Java...
Rajeesh detected

Attached: download.jpg (259x194, 11K)

How is Java a hindrance in anything?

>what are android apps

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.

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

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 user 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)

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

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

>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

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

Fucking Pajeets staining Java.

Most of scientific computing is done with python now.

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

> using promises rather than async/await in 2018

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

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

it takes like less than a day to learn python user...

The absolute state of biz

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

lmfao building a chat app with a SQL backend

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