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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Does AngularJS really go well with Node.js/JS versus others?

3 点作者 thinkerer超过 10 年前

3 条评论

thinkerer超过 10 年前
By others meaning(Ruby, Python Java etc) for real time, concurrency type of capabilities? Or am I terribly misinformed? I dont have Node experience but Ruby seems not too easy to put together with AngularJS.<p>I understand Node.js&#x27;s primary con is the usage of multiple CPUs. However my understanding of backend is not as good. This article also talks about difficulty with relational databases? Can someone explain it better or correct it if the link is wrong?<p>Wish to hear your experiences (both sides) dealing with Node.JS and other parts of your stack as a whole. Please feel free to rattle all you wish, I will be happy to hear more about them.
filipedeschamps超过 10 年前
&gt; 1. Node.js doesn’t provide scalability. One CPU is not going to be enough; the platform provides no ability to scale out to take advantage of the multiple cores commonly present in today’s server-class hardware.<p><a href="https://github.com/Unitech/pm2" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Unitech&#x2F;pm2</a><p>&gt; 2. Dealing with relational database is a pain if you are using Node.<p><a href="http://sequelizejs.com/" rel="nofollow">http:&#x2F;&#x2F;sequelizejs.com&#x2F;</a>
jmnicolas超过 10 年前
&gt; <i>2. Dealing with relational database is a pain if you are using Node.</i><p>Can someone explain why ? (I&#x27;m not using node)
评论 #8787546 未加载