Node.js client for Clusters work distribution system using webworker-threads and/or node-ffi
## Installation Install [Node.js](https://nodejs.org/en/)
Optionally install forever:
npm i -g forever
Install clusters-client:
npm i -g https://github.com/hdf/clusters-client.git
## Usage >`clusters-client localhost:8082`
This will work as well (if say, the server is behind an nginx reverse proxy):
clusters-client https://localhost/clusters/
If you have MinGW-w64 and MSYS2 installed on Windows, or are on Linux, than you can lower process priority for the workers like this:
nice -n 10 clusters-client localhost:8082
### LICENSE >[MIT](https://opensource.org/licenses/MIT)