|
Node.js is practically an evented I/O library for Google's V8 JavaScript engine.
Experts recommend it for creating and deploying for traffic and data intensive real-time apps that need to run the same across various platforms and devices.
Node.js is currently considered the top platform for running server-side JavaScript code, being used in production in big companies like Google, eBay, Yahoo, LinkedIn, Microsoft, Cloud9 and many more.
The platform is very well documented and benefits from a very large module repository, managed through the npm (Node.js Package Manager) utility.
What's New in This Release: [ read full changelog ]
· Windows: map WSAESHUTDOWN to UV_EPIPE.
· Windows: map ERROR_GEN_FAILURE to UV_EIO.
· Unix: do not set environ unless one is provided.
· Domains: don't crash if domain is set to null.
· Windows: fix the x64 debug build.
Via: Node.js 0.8.15 / 0.9.3
0 Comment:
Post a Comment