Home » Node.js

Installing Node.js on Ubuntu

This guide will show you how to install Node.js on Ubuntu from either the source code or Git repository. I’m going to assume that you are using Ubuntu 12.04 (Precise Pangolin) and that you wish to install version…

Read More »

Build a web server with Node.js

Web servers don’t need to be big, general-purpose applications. Over the years they’ve become more complex, delivering all kinds of content to your browser. But what if you need something focused? Internet Information Server and Apache are overkill, and even…

Read More »