[HowTo] Install latest node.js on Ubuntu
Node.js is an implementation of javascript engine which can be run on server side.
The nodejs package offered by default Ubuntu PPAs is quite old. To install latest nodejs on Ubuntu, go through the following steps:
Read More