Database

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 »

Node.js and Redis tutorial – Installation and commands

Redis is the high-performance in-memory database used as data structure store. Redis supports hash, strings, lists and other complicated data structures by maintaining very high performance. Redis along with Node.js can be used as to solve various problems such as cache server or message broker. In this tutorial, we will cover popular and useful Redis

Node.js and Redis tutorial – Installation and commands Read More »

Build a RESTful API using Node and MongoDB

MongoDB is open source, NoSQL, document oriented database designed for scaling and performance. MongoDB can be easily interface with Node.js cause Mongo provides official native driver. In this tutorial we are going to learn following things. DOWNLOAD Setting up MongoDB Installing NPM modules. Setting up our Server. Creating basic MongoDB model. Creating basic RESTful API’s

Build a RESTful API using Node and MongoDB Read More »