Node.js: Difference between revisions
From Mech
Jump to navigationJump to search
Content deleted Content added
TristanSokol (talk | contribs) Created page with "Node js!" |
TristanSokol (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
Node.js is a software system designed for writing scalable Internet applications, notably web servers.[1] Programs are written in JavaScript, using event-driven, asynchronous I/O to minimize overhead and maximize scalability.[2] Node.js consists of Google's V8 JavaScript engine, libUV, and several built-in libraries. |
|||
Node js! |
|||
Revision as of 11:14, 2 July 2012
Node.js is a software system designed for writing scalable Internet applications, notably web servers.[1] Programs are written in JavaScript, using event-driven, asynchronous I/O to minimize overhead and maximize scalability.[2] Node.js consists of Google's V8 JavaScript engine, libUV, and several built-in libraries.