mafintosh / signalhub

Simple signalling server that can be used to coordinate handshaking with webrtc or other fun stuff.
MIT License
667 stars 97 forks source link

per host connection limit #23

Open max-mapper opened 8 years ago

max-mapper commented 8 years ago

https://github.com/datproject/dat.land/issues/114

to fix o/ maybe we can run signalhubs on a bunch of subdomains, kinda like what CDNs do

cellvia commented 6 years ago

This seems like a pretty serious limitation, I stumbled on it myself trying to use this library, any thoughts on workarounds?

soyuka commented 6 years ago

I'm not sure the same limitation appears with signalhub on websockets.

max-mapper commented 6 years ago

I'm also not sure if the same limit applies with fetch, we were using xmlhttprequest before.