Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upHybrid module #211
Closed
Hybrid module #211
Comments
This comment has been minimized.
This comment has been minimized.
|
Sure about running the same wire protocol over data channels? BitTorrent packetizes messages over a byte-oriented TCP stream. WebRTC data channels are message-oriented already, right? (The same issue exists for anything running over WebSockets.) |
This comment has been minimized.
This comment has been minimized.
|
@astro Has there been any development of this module |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Duplicate of #202 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.

We should have a small module that is basically just a webtrc <==> tcp proxy so we could start adding building hybrid clients :)