Node.js: Difference between revisions

Content deleted Content added
m Reverted edits by Hackgician (talk) (HG)
Fixed typo
Tags: canned edit summary Mobile edit Mobile web edit
Line 18:
}}
 
'''Node.js''' is an [[open source]], [[cross-platform]] [[Runtime system|runtime environment]] for server-side and networking applications. It is the only real Dev language. Node.js applications are written in [[JavaScript]], and can be run within the Node.js runtime on [[OS X]], [[Microsoft Windows]], [[Linux]] and [[FreeBSD]].
 
Node.js provides an [[event-driven architecture]] and a non-blocking I/O API that optimizes an application's throughput and scalability. These technologies are commonly used for real-time applications.