Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 447 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 447 Bytes

mtcp

node.js module for tcp over multi-tcps, in case you need to work around per-connection speed limit.

usage

for developement

use mtcp as net, you can createServer, connect, etc.

for socket forwarding

use

node test/test.js localport:remoteaddress:remoteport

on client(the host you can access)

and

node test/test2.js localport:remoteaddress:remoteport

on server(the other end).