In this tutorial, we will explain how to install Node.js and create your first Express JS application on an Ubuntu 16.04 VPS. Express is an open source, fast and flexible web development framework for node.js and provides a robust set of features to develop web and mobile applications. Express is to Node.js what Ruby on Rails is to Ruby. This guide should work on other Linux VPS systems as well but was tested and written for an Ubuntu 16.04 VPS.
node.js
Install Sails.js on CentOS 7
We’ll show you, how to install Sails.js on CentOS 7, with Apache configured as a reverse proxy. Sails.js is a Javascript framework designed to emulate the familiar MVC pattern of frameworks like Ruby on Rails, but with support for the requirements of modern apps:
data-driven APIs with a scalable, service-oriented architecture.
Sails.js is database agnostic, automatically generates a RESTful JSON API for your app, provides basic security and role-based access control by default, has automatic asset minification and many more.
How to install Wekan on Ubuntu 14.04
In this blog post we will show you how to install Wekan on an Ubuntu 14.04 VPS with the latest version of Nginx as a reverse proxy. Wekan is an open-source Trello-like kanban board application which runs on Node.js and MongoDB. This guide should work on other Linux VPS systems as well, but was tested and written for Ubuntu 14.04 VPS.
Install PencilBlue on Debian 8
In this blog post we will show you how to install PencilBlue CMS on a Debian 8 VPS with the latest version of Nginx. PencilBlue is an open source content management system built on Node.js. This guide should work on other Linux VPS systems as well but was tested and written for Debian 8 VPS.
Install Etherpad on a CentOS 7 VPS
In this tutorial, we will explain how to install Etherpad on a CentOS 7 VPS. Etherpad is an Open Source online editor providing collaborative real-time editing. This guide should work on other Linux VPS systems as well but was tested and written for CentOS 7 VPS.
How to install the latest versions of node.js and Bower on Ubuntu 13.10
Node.js is a popular platform created for easily building fast and scalable network applications. Also, node.js contains a highly customizable HTTP server library so it is possible to run a web server without the use of external software, such as Apache thus allowing more control of how the web server works. Node.js is maturing quickly and it has become wildly popular. Node.js is able to handle modern Web content in all its richness. It’s fairly easy to get started with node.js. To install the latest version of node.js on a virtual server running Ubuntu 13.10, follow the steps below: