Tutorials/Guides/Etc | node.js
< node.js | Javascript - Platforms
< Javascript | Platforms
< Platforms/Hardware/Etc
< IT/Technology/Web/Hardware/Etc
< alias1
Get flash to fully experience Pearltrees
Static Version This was the fifth in a series of posts leading up to Node.js Knockout on how to use node.js . This post was written by geddy author and Node.js Knockout judge Matthew Eernisse.
2nd February 2012 at 8:27 Introduction This is the first part in a series of tutorials I want to write on Node.js. I should make it clear that I'm no expert on Node.js, but a good way to check you understand something is to try to explain it to someone else. If you see something that you don't think is quite right please let me know so I can correct the mistake, I'll make sure to give you credit. I decided to learn Node.js recently due to its increasing popularity.
Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. — The official Node.js website This manual consists of three different sections: The Node.js API Reference documents the core Node.js modules