Node Tutorials

Getting Started with Sequelize and PostgreSQL

In this tutorial, we will learn about NodeJS ORM called Sequelize interfacing with PostgreSQL Database. Introducing Sequelize Sequelize is the NodeJS module which provides common functionalities and utilities to manipulate SQL based databases. Technically, it is an ORM ( Object relational mapping ) module for NodeJS. It supports the following databases: MySQL PostgreSQL MariaDB. SQLite.

Getting Started with Sequelize and PostgreSQL Read More »

Run multiple Node.js apps with different Node.js version in Same server

Due to dependency issues and upgrade in Node.js versions, some applications still requires old Node.js versions. In the scenario, where you need to run two or more applications which require a different version of Node.js you either need to upgrade or downgrade the Node.js version in the system and that sometimes becomes the root of

Run multiple Node.js apps with different Node.js version in Same server Read More »

MENDS – A MariaDB Full-Stack Architecture

The goal of MENDS is to combine the awesome magical powers of Deepstream with MariaDB to create the beginnings of a full-stack framework. DOWNLOAD Introduction MENDS stands for: MariaDB (or possibly mysql, but let’s use the superior option) Express (not covered in this tutorial) Node Deepstream (Websocket and TCP server) Sequelize (SQL ORM for node) This tutorial will

MENDS – A MariaDB Full-Stack Architecture Read More »