Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 473 Bytes

index.md

File metadata and controls

4 lines (2 loc) · 473 Bytes

Mastering Node

Node is an exciting new platform developed by Ryan Dahl, allowing JavaScript developers to create extremely high performance servers by leveraging Google's V8 JavaScript engine, and asynchronous I/O. In Mastering Node we will discover how to write high concurrency web servers, utilizing the CommonJS module system, node's core libraries, third party modules, high level web development and more.