UNPKG

stickpackage

Version:

The solution of sticky package problem of TCP for Node.Js !

10 lines (7 loc) 146 B
'use strict'; const stick = require('./lib/core'); const msgCenter = require('./lib/msgCenter'); module.exports = { stick, msgCenter };