TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Technologies to create a brand new JavaScript application?

4 点作者 g123g超过 9 年前
I am an experienced Java developer and want to get into JavaScript development by writing a brand new application.<p>My current understanding is that I can use NodeJS with ExpressJS on the backend and use ReactJS on the frontend.<p>Please let me know if I am on right track. Also, please suggest some good book or blog for these topics.

4 条评论

IpV8超过 9 年前
That&#x27;ll work fine. There are many different approaches to javascript apps. You can go angular, react, ember, etc on the front end, then node, ruby, python, php, java, javascript, etc on the backend. All will work fine in 90% of cases. People have their preferences for which has the best organization, speed, documentation and whatnot, but the most important thing is that you use one that you want to be using, so that you remain excited enough to learn them. My suggestion is to do a RESTfull backend, so that you get started out using a good interface between your back and front ends. Have fun!
MildlySerious超过 9 年前
In the backend, I would personally recommend to indeed go with ExpressJS over KoaJS, the &quot;callback-less&quot; successor to Express. I tried working with koa, but error handling is an absolute mess when using generators.
hbsninja超过 9 年前
May I suggest Meteor JS <a href="https:&#x2F;&#x2F;www.meteor.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.meteor.com&#x2F;</a><p>It is powered by NodeJS but abstracts it away.<p>MeteorJS gets you up and running fairly quickly. Deployment isn&#x27;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.<p>Good luck and have fun with it ^_^
blairanderson超过 9 年前
i enjoyed this <a href="https:&#x2F;&#x2F;github.com&#x2F;banderson&#x2F;generator-flux-react" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;banderson&#x2F;generator-flux-react</a>