*** Welcome to piglix ***

Node.js

Node.js
Node.js logo.svg
Original author(s) Ryan Dahl
Developer(s) Node.js Developers, Joyent, contributors
Initial release May 27, 2009; 7 years ago (2009-05-27)
Stable release
7.4.0 & 6.9.4 (LTS) / January 4, 2017; 27 days ago (2017-01-04) & January 5, 2017; 26 days ago (2017-01-05)
Repository github.com/nodejs/node
Development status Active (complete release list)
Written in C, C++, JavaScript
Operating system macOS, Linux, Solaris, FreeBSD, OpenBSD, Microsoft Windows (older versions require Cygwin), webOS, NonStop OS
Type Event-driven networking
License MIT
Website nodejs.org

Node.js is an open-source, cross-platform JavaScript runtime environment for developing a diverse variety of tools and applications. Although Node.js is not a JavaScript framework, many of its basic modules are written in JavaScript, and developers can write new modules in JavaScript. The runtime environment interprets JavaScript using Google's V8 JavaScript engine.

Node.js has an event-driven architecture capable of asynchronous I/O. These design choices aim to optimize throughput and scalability in Web applications with many input/output operations, as well as for real-time Web applications (e.g., real-time communication programs and browser games).

The Node.js distributed development project, governed by the Node.js Foundation, is facilitated by the Linux Foundation's Collaborative Projects program.

Corporate users of Node.js software include GoDaddy,Groupon,IBM,LinkedIn,Microsoft,Netflix,PayPal,Rakuten, SAP,Voxer,Walmart,Yahoo!, and Cisco Systems.


...
Wikipedia

...