Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.