Getting started with Node.js

suggest change

Versions HTML

Version Release Date
v8.2.1
v8.2.0
v8.1.4
v8.1.3
v8.1.2
v8.1.1
v8.1.0
v8.0.0
v7.10.0
v7.9.0
v7.8.0
v7.7.4
v7.7.3
v7.7.2
v7.7.1
v7.7.0
v7.6.0
v7.5.0
v7.4.0
v7.3.0
v7.2.1
v7.2.0
v7.1.0
v7.0.0
v6.11.0
v6.10.3
v6.10.2
v6.10.1
v6.10.0
v6.9.5
v6.9.4
v6.9.3
v6.9.2
v6.9.1
v6.9.0
v6.8.1
v6.8.0
v6.7.0
v6.6.0
v6.5.0
v6.4.0
v6.3.1
v6.3.0
v6.2.2
v6.2.1
v6.2.0
v6.1.0
v6.0.0
v5.12.0
v5.11.1

Remarks

Node.js is an event-based, non-blocking, asynchronous I/O framework that uses Google’s V8 JavaScript engine. It is used for developing applications that make heavy use of the ability to run JavaScript both on the client, as well as on server side and therefore benefit from the re-usability of code and the lack of context switching. It is open-source and cross-platform. Node.js applications are written in pure JavaScript and can be run within Node.js environment on Windows, Linux etc…

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents