Node.js

TwitterFacebook
Get flash to fully experience Pearltrees
Node.js official docs & community

dev/prod tools for node.js

Modules for node.js

Tutorials and books about node.js

About V8 V8 implements ECMAScript as specified in ECMA-262, 5th edition, and runs on Windows (XP or newer), Mac OS X (10.5 or newer), and Linux systems that use IA-32, x64, or ARM processors. V8 compiles and executes JavaScript source code, handles memory allocation for objects, and garbage collects objects it no longer needs. V8's stop-the-world, generational, accurate garbage collector is one of the keys to V8's performance. You can learn about this and other performance aspects in V8 Design Elements . JavaScript is most commonly used for client-side scripting in a browser, being used to manipulate Document Object Model (DOM) objects for example.

Introduction - V8 JavaScript Engine - Google Code

https://developers.google.com/v8/intro
Other sources of infos about node.js