UNPKG

tcppk

Version:

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

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