Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morzhanov/nodejs-cluster-example
Simple nodejs cluster example app.
https://github.com/morzhanov/nodejs-cluster-example
babel clustering javascript koa2 nodejs nodejs-cluster
Last synced: 5 days ago
JSON representation
Simple nodejs cluster example app.
- Host: GitHub
- URL: https://github.com/morzhanov/nodejs-cluster-example
- Owner: morzhanov
- License: mit
- Created: 2018-10-15T15:06:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T15:38:51.000Z (about 6 years ago)
- Last Synced: 2024-11-08T00:52:39.257Z (about 2 months ago)
- Topics: babel, clustering, javascript, koa2, nodejs, nodejs-cluster
- Language: JavaScript
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NodeJS cluster example
Simple nodejs cluster example app.
## Installation
Use these steps to install project
1. To start development mode: `yarn start`
2. To build project: `yarn build`
3. To serve built files: `yarn serve`## Main Technologies and libraries
- NodeJS
- NodeJS cluster
- KoaJS
- Babel## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## Author
Vlad Morzhanov
## License
#### (The MIT License)
Copyright (c) 2018 Vlad Morzhanov.
You can review license in the LICENSE file.