https://github.com/thandon263/clusterapi_node.js
Playing around with the Cluster API using the built in Node API Cluster module
https://github.com/thandon263/clusterapi_node.js
Last synced: 10 months ago
JSON representation
Playing around with the Cluster API using the built in Node API Cluster module
- Host: GitHub
- URL: https://github.com/thandon263/clusterapi_node.js
- Owner: thandon263
- Created: 2020-08-04T18:23:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T11:30:35.000Z (about 3 years ago)
- Last Synced: 2025-01-06T01:10:30.368Z (12 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cluster Node API
I was using the Cluster API to model a PM2 process on local development Enviroment.
This was really interesting and cool to get started on.
Download the project and Install
```shell
npm install
```
Then start the program and run a simple curl request on to test the API.
```shell
npm start
```
I hope you have fun running or adding more functionality to this simple Nodejs Cluster.