Changes

Jump to navigation Jump to search
305 bytes added ,  23:31, 23 August 2014
Add intro paragraph and link to nodejs.org
Line 1: Line 1:  
{{Level|Advanced}}
 
{{Level|Advanced}}
 +
Node.js® is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
 +
 +
http://nodejs.org/
    
==Prerequesites==
 
==Prerequesites==
 
* Requires Python 2.7 installed as described in [[Python Altinstall]]
 
* Requires Python 2.7 installed as described in [[Python Altinstall]]
* git
+
* git and g++
yum -y install git
+
  yum -y install git gcc-c++
* g++
  −
  yum -y install gcc-c++
      
==Install==
 
==Install==

Navigation menu