Nodejs
-
March 22, 2017
Build a simple http server in Ubuntu using Nodejs and ExpressJs
Today, I am going to talk about how to build a simple http server in ubuntu using Nodejs and Expressjs. If you have not installed Nodejs, please install it or check this. By now, I am assumming that you have installed Nodejs. Let’s start now: Cre...
-
March 14, 2017
Installing nodejs and npm in Linux from binaries
There are few ways to install nodejs in Linux. You can install it with: Node Version Manager Ubuntu Package Manager Maintained Ubuntu Packages Standard Binary PackagesToday, I am going to introduce you how to install Nodejs with Standard Binar...