0.0.10 • Published 5 years ago

fast_load_balance v0.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Load Balance

This is a load balance tool write by nodejs which can proxy https/tls and http and websocket requests

It is fast

How to use

const loadBalance = require('fast_load_balance')

loadBalance.start({
    loadBalanceServers: {
        http: [{
            port: 80,
            host: '127.0.0.1'
        }]
    },
    backendServers: [{
        host: 'www.a.com',
        isHttp1: true,
        targets: [{
            host: '127.0.0.1',
            port: 3000
        }]
    }]
})
0.0.10

5 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

1.0.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago