goonism / hyperproxy

Hyperproxy aims to establish connection from WebRTC nodes to TCP/UDP DAT nodes
https://goonism.github.io/hyperproxy
MIT License
74 stars 5 forks source link

Automatically inject node into hyperproxy into channels that don't have any hyperproxy #7

Closed ColdSauce closed 6 years ago

ColdSauce commented 6 years ago

When a peer joins some channel, the Hyperproxy node needs to join the channel as well. We can do this by having the hub server inject the node into the channel.

ColdSauce commented 6 years ago

Also remove all testing comments in the code (referenced in TODOs pointing to this issue)