Node.js

From Mech
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


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