UNPKG
omelop-robot
Version:
latest (3.1.14)
3.1.14
3.1.12
3.1.11
3.1.9
2.1.8
2.1.6
2.1.5
2.1.1
2.0.15
2.0.7
2.0.5
1.7.10
1.7.7
1.7.4
omelop-robot is a simple tool to benchmark the socket.io server's performance.
omelop-robot
/
index.ts
6 lines
(5 loc)
•
208 B
text/typescript
View Raw
1
2
3
4
5
6
export
*
from
'./lib/master/server'
;
export
*
from
'./lib/agent/agent'
;
export
*
from
'./lib/agent/actor'
;
module
.
exports
.
HTTP_SERVER
=
require
(
'./lib/console/http'
).
HTTP_SERVER
;
export
*
from
'./lib/robot'
;