https://github.com/zafar-saleem/nodescalablearchitecture
A Scalable Node Architecture/Server. This repository contains a complete implementation of writing scalable nodejs server/architecture on my medium blog.
https://github.com/zafar-saleem/nodescalablearchitecture
express jwt jwt-auth jwt-authentication jwt-token jwt-tokens mongo mongodb mongoose mongoosejs node nodejs
Last synced: 8 months ago
JSON representation
A Scalable Node Architecture/Server. This repository contains a complete implementation of writing scalable nodejs server/architecture on my medium blog.
- Host: GitHub
- URL: https://github.com/zafar-saleem/nodescalablearchitecture
- Owner: zafar-saleem
- Created: 2018-12-03T21:32:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T23:22:07.000Z (over 3 years ago)
- Last Synced: 2025-02-01T05:51:12.259Z (9 months ago)
- Topics: express, jwt, jwt-auth, jwt-authentication, jwt-token, jwt-tokens, mongo, mongodb, mongoose, mongoosejs, node, nodejs
- Language: JavaScript
- Homepage: https://medium.freecodecamp.org/writing-scalable-architecture-for-node-js-2b58e0523d7f
- Size: 37.1 KB
- Stars: 63
- Watchers: 3
- Forks: 37
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Server that scales / Node Architecture that scales
[](https://twitter.com/intent/tweet?text=How%20to%20build%20a%20Node.js%20server%20that%20scales&url=https://medium.freecodecamp.org/writing-scalable-architecture-for-node-js-2b58e0523d7f)
Note: This is a sample project for my blog on medium which can be found [here](https://medium.freecodecamp.org/writing-scalable-architecture-for-node-js-2b58e0523d7f).
## 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](https://medium.com/@zafarsaleem/login-using-react-redux-redux-saga-86b26c8180e)### Real world project
I developed a complete real world project using this architecture which can be found [here](https://github.com/zafar-saleem/timeoff-server). Please go ahead a explore it and leave feedback if you can.