Node.js is a new platform for web application developement. It's JavaScript on the server side, running on Google's V8 JavaScript runtime. It's event driven and employs call back method to achieve non-blocking IO. It has great performance advantage and claims to be suitable for Data Intensive and Real Time (DIRTy) applications.
Node.js - a new platform for web development
Node.js是一个新的Web应用程序开发平台,它使用Google V8 JavaScript运行时实现在服务器端运行JavaScript。通过事件驱动的方式和回调方法实现非阻塞I/O操作,这使其非常适合于数据密集型实时应用。

被折叠的 条评论
为什么被折叠?



