https://github.com/jagoda11/clustered-node-hello-api
Enhance your Node.js API's performance with Clustered-Node-Hello-API, leveraging the power of the Cluster module to distribute processing across all CPU cores, ensuring faster response times and improved scalability. ๐
https://github.com/jagoda11/clustered-node-hello-api
api-performance backend cluster-module concurrency hello-world multi-core nodejs nodejs-performance performance-optimization pirple scalability server-optimization
Last synced: 3 months ago
JSON representation
Enhance your Node.js API's performance with Clustered-Node-Hello-API, leveraging the power of the Cluster module to distribute processing across all CPU cores, ensuring faster response times and improved scalability. ๐
- Host: GitHub
- URL: https://github.com/jagoda11/clustered-node-hello-api
- Owner: Jagoda11
- Created: 2021-03-30T14:05:05.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T22:39:06.000Z (about 1 year ago)
- Last Synced: 2025-01-01T12:44:02.436Z (5 months ago)
- Topics: api-performance, backend, cluster-module, concurrency, hello-world, multi-core, nodejs, nodejs-performance, performance-optimization, pirple, scalability, server-optimization
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐Clustered Node Hello API๐
๐Homework Assignment #6๐
Of all the modules we just explored, the Cluster module is likely the most important for performance. In this homework assignment, please return to your "Hello World" API from the first homework assignment,
and refactor it to run across all the cores of your machine (using the cluster module)๐ป.
When a request comes in, it should respond to it just as normal (only once)๐.