cloudjs
v0.0.13
Published
A network distributed event system. Similar to node JS standard event system. A process pool, where objects can be added and ran at a periodic interval a predefined functions. An auto-balancing system, that migrate objects in the process pool, from one running instance to another, based on the load of each instance.
Downloads
21
Readme
About.
It is Node JS module that will provide network distributed events. It uses UDP broadcast for sending it's usefull data.
Features
This module is build upon Node JS and provides for the user the following features
- A network distributed event system. Similar to node JS standard event system
- A process pool, where objects can be added and ran at a periodic interval a predefined functions.
- An auto-balancing system, that migrate objects in the process pool, from one running instance to another, based on the load of each instance.
How to use it?
npm install cloudjs
Configuration & Examples?
For this check the example.js file
Explenations?
More and an updated documentation and explanations can be found at https://gumroad.com/l/fsA. It is a paid link that costs 1 Euro. By purchasing this you will support the module development.