sean-load-balancer
v1.0.3
Published
The most advanced load balancing algorithm
Readme
sean-load-balancer
The most advanced load balancing algorithm
Installation
npm install sean-load-balancerUsage
const seanLoadBalancer = require('sean-load-balancer');
const result = seanLoadBalancer({
things: ['server1', 'server2', 'server3'],
apiKey: 'super-secret-key-dont-share'
});Requirements
- things: An array of things you need balanced
- apiKey: api key that unlocks the full potential of the load distribution matrix.
