RangerMauve / discovery-swarm-stream

Give access to a discovery swarm instance over a stream.
MIT License
17 stars 3 forks source link

multiple websocket connections (client) #6

Open fsteff opened 6 years ago

fsteff commented 6 years ago

It would be useful to support multiple websocket connections with just one instance of the proxy. E.g. imagine there were multiple gateway servers plus a local one. Each may provide different peers, so it would be useful to connect to all of them.

RangerMauve commented 6 years ago

Yeah, and having auto-reconnect logic to cycle between the servers.