Node.js 是一种全新的解决方案,基于V8引擎,用Javascript来写前后端的代码,天然的事件驱动,非阻塞请求,非常适合Web2.0等需要频繁写操作的网站,高并发性能卓越。目前Node.js已经发布到0.5.0,而且有越来越多的应用和插件出来,Express就是其中一款基于Node.js的MVC框架。更多关于Node.js,请关注其官方网站,或者cnode中文社区
Segment上的朋友,有多少人在关注Node.js呢?
我个人非常看好Node.js,觉得很可以催生很多很Cool的服务,比如Instagram的实时照片API接口服务
迷茫2017-04-17 13:22:25
I haven’t read the manual, I just saw relevant reports, and I’m waiting to see it
PHP中文网2017-04-17 13:22:25
Very promising, major issues
1. The complexity of JavaScript, CoffeeScript may solve complex problems
2. We have just started, there are too few relevant libraries and mature cases
3. Very good performance, rapid prototyping to product development
Node.js+MongoDB will one day replace LAMP
ringa_lee2017-04-17 13:22:25
Personally, I think node.js is a cool technology that can quickly write some services. In comparison, I don’t care much about its web capabilities. This is not its strong point, but use it to Writing a web service is so easy. I plan to use it to write the comet service of this website
PHP中文网2017-04-17 13:22:25
Node.js is very suitable for low-CPU and IO-intensive applications, and its execution efficiency is also very high. If its own development stabilizes, I think more and more people will use it.