Skip to content
/ mtcp Public

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

Notifications You must be signed in to change notification settings

wsmlby/mtcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published