Ecosyste.ms: Awesome
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: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ossycodes/scaling-nodejs
- Owner: ossycodes
- Created: 2020-07-23T22:02:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T12:07:52.000Z (about 2 years ago)
- Last Synced: 2024-10-27T21:47:54.525Z (about 2 months ago)
- Language: JavaScript
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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