NodeScalableArchitecture icon indicating copy to clipboard operation
NodeScalableArchitecture copied to clipboard

A Scalable Node Architecture/Server. This repository contains a complete implementation of writing scalable nodejs server/architecture on my medium blog.

Node Server that scales / Node Architecture that scales

Tweet

Note: This is a sample project for my blog on medium which can be found here.

Get Started

  1. Clone this repository
  2. Run npm install or yarn install inside its root folder.
  3. run nodemon index.js (assuming nodemon npm package is already installed on your systems)

Client side for this project

To test this project using browser I implemented the client side of this project which is in react and redux. The blog for that could be found here

Real world project

I developed a complete real world project using this architecture which can be found here. Please go ahead a explore it and leave feedback if you can.