UNPKG
stickpackage
Version:
latest (3.1.5)
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.2.2
2.2.1
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.0.1
1.0.0
The solution of sticky package problem of TCP for Node.Js !
github.com/lvgithub/stick
lvgithub/stick
stickpackage
/
index.js
10 lines
(7 loc)
•
146 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
;
const
stick =
require
(
'./lib/core'
);
const
msgCenter =
require
(
'./lib/msgCenter'
);
module
.
exports
= { stick, msgCenter };