GraftJS / jschan

JavaScript port of libchan based around streams
MIT License
157 stars 9 forks source link

TCP Transport ? #35

Closed asafyish closed 9 years ago

asafyish commented 9 years ago

Hi,

Is there a plan for a TCP transport ? I guess that it will have the highest throughput on local network, which is where jschan is going to be used anyway.

mcollina commented 9 years ago

Hi! This should already be implemented, it's the https://github.com/GraftJS/jschan#streamSession which can run on top of any stream.

asafyish commented 9 years ago

Hi, Yeah I see I missed it :(