Slide 7
Slide 7 text
node.js in brief
The first presentation on Node.js from Ryan Dahl at JSConf 2009
http://www.youtube.com/watch?v=ztspvPYybIY
• Server-side JavaScript
• Built on Google’s V8
• Evented, non-blocking, I/O. Similar to EventMachine or
Twisted
• CommonJS modules system
• 8000 lines of C/C++, 2000 lines of JavaScript, 14 contributors
Monday, 10 December 12