How to Install Node.js on an Ubuntu 14.04 Server

Introduction   Node.js is a platform that uses event-driven, non-blocking I/O model for providing an easy way to build scalable network programs. It is built on JavaScript runtime and it is perfect for real time applications that run across distributed devices. In this tutorial, we will guide you how to install Node.js on Ubuntu 14.04…

How to Install an Upstream Version of Node.js on Ubuntu 12.04

What is Node.js ?   Node.js is a platform that uses event-driven, non-blocking I/O model for providing an easy way to build scalable network programs. It is built on JavaScript runtime and it is perfect for real time applications that run across distributed devices.   Initial Set Up   For the installation of Node.js, you…

How To Deploy Node.js Applications Using Systemd and Nginx

Introduction Duringinstallation of any web application to a Droplet, it’s quite alluring to simply utilize the similar setup as was used during i.e. running “node server.js” in a terminal or “ruby app.rb” to start the server. This is not only easy and simple, but it also provides visible logs. One can also utilize“nohup”  or “tmux”…

How to Install and Manage Bower on Your VPS

Bower – What is it? Bower is a package manager for web that offers front-end package management solutions. Bower runs over Git and depends on Node.js and NPM (Node Packaged Modules). You can view all the packages available through Bower’s registry here. This tutorial guides you to install Bower on a VPS running Ubuntu 12.04.…