Node.js

From Mech
Revision as of 13:36, 2 July 2012 by TristanSokol (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


Node.js is a software system designed for writing scalable Internet applications, notably web servers. Programs are written in JavaScript, using event-driven, asynchronous I/O to minimize overhead and maximize scalability. Node.js consists of Google's V8 JavaScript engine, libUV, and several built-in libraries. For more information, try checking out the wikipedia page about Node.js [1]

Installing Node.js

Mac

1. Go to The Node.js webpage
2. Click Download
3. Select the package appropriate for your system
4. Open the .pkg you just downloaded
5. install node.js
6. Thats it! You win!

Windows

1. Go to The Node.js webpage
2. Click Download
3. Select the package appropriate for your system