Node.js® is an open-source, cross-platform JavaScript runtime environment.
A Cluster For Socket.io in NodeJs. Used to handle large amount of concurrent users.
$ npm install
# development
$ nodemon ./cluster.js
- Fork this repository;
- Create your branch:
git checkout -b my-new-feature
; - Commit your changes:
git commit -m 'Add some feature'
; - Push to the branch:
git push origin my-new-feature
.
After your pull request is merged, you can safely delete your branch.
This project is licensed under the ISC License - see the License.md file for more information.