Every backend developer knows the feeling. You run your startup script, hit localhost:3000, and everything runs flawlessly. The database queries return instantly, file uploads land on your local disk without a hitch, and user sessions stay perfectly active. But local development environments are comfortable illusions. They simulate a predictable world with a single server, immediate file...
Category: NodeJS
Quick Look At NodeJS Frameworks Available In 2018: SailsJS, Meteor, NestJS, KrakenJS And More
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...
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...
