Ask HN: Technologies to create a brand new JavaScript application?
I am an experienced Java developer and want to get into JavaScript development by writing a brand new application.
My current understanding is that I can use NodeJS with ExpressJS on the backend and use ReactJS on the frontend.
Please let me know if I am on right track. Also, please suggest some good book or blog for these topics.
4 comments
[ 2.9 ms ] story [ 25.0 ms ] threadIt is powered by NodeJS but abstracts it away.
MeteorJS gets you up and running fairly quickly. Deployment isn't too complicated using Meteor Up (MUP). That being said, I have not built a MeteorJS app that has scaled to millions of users - only smaller webapps.
Good luck and have fun with it ^_^