An open API service indexing awesome lists of open source software.

https://github.com/ossycodes/scaling-nodejs


https://github.com/ossycodes/scaling-nodejs

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

## Pratcal Implementation (Just BASIC) of the various ways of scaling a Nodejs application
- (X-axis) Forking | Cloning
- Fork, Cluster modules ==> PM2
- (Z-axis) Database Scaling
- sharding | Horizontal partitioning
- (Y-axis) Microservices