NodeJS Frameworks For Developing Web Applications NodeJS is JavaScript for the server side. This allows the reuse of the myriad of JavaScript libraries already written for the browser. If you know JavaScript you already know how to write code for NodeJS. NodeJS Web Applications – Where To Start? Well, the easiest way is to use one...
Category: NodeJS
Preparing your Sails JS application for production
So, you’ve built your application using Sails JS and you are ready to throw it into the world. What are the steps to prepare it for production? In this tutorial I will show you a couple of things you need to do in order to prepare your Sails JS application for production. The Sails JS...