⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

{{stub}}{{implementation|JavaScript}} '''Node.js''' is an event based, asynchronous I/O framework using the V8 JavaScript engine by Google.

Node.js has gained a lot of popularity for using JavaScript outside of the web browser. It has a robust API with support for e.g. file reading, TCP and UDP sockets (both as server and client) etc.

  • [http://www.nodejs.org/ Node.js homepage]
  • [http://www.nodejs.org/api/ Documentation]