Archives

Category Archive for: ‘node.js’

Build & Install node.js from source code

0

Following instructions are tested on Ubuntu 10.04 & node v0.12.2 download node package from http://nodejs.org/dist/latest/ tar -xvzf node-v0.12.2.tar.gz cd node-v0.12.2 Run the following commands

To test the install

Hello World Test! vi hello.node.js

To Run,

Let’s do something more than Hello World.

To test the above code

Read More
    No Twitter Messages.