UNPKG
loadbalancer
Version:
latest (0.9.26)
0.9.26
0.9.25
0.9.24
0.9.23
0.9.22
0.9.21
0.9.20
0.9.19
0.9.17
0.9.16
0.9.15
0.9.14
0.9.13
0.9.12
0.9.11
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
Load balancer for SocketCluser
github.com/SocketCluster/loadbalancer
SocketCluster/loadbalancer
loadbalancer
/
config.json
13 lines
•
229 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"sourcePort"
:
80
,
"balancerCount"
:
1
,
"targetDeactivationDuration"
:
30000
,
"balancerControllerPath"
:
"../balancer.js"
,
"stickiness"
:
true
,
"targets"
:
[
{
"host"
:
"localhost"
,
"port"
:
8000
}
]
}