Garry O'Donnell
Garry O'Donnell
How would we host the signalling server?
Ah, should've been more specific with this one, do we have hardware available to deploy the server on?
Sweet, can throw that together over the weekend
Hi, I'm not part of the team working on this project, but I've come across this issue a couple times before. You should be able to resolve this issue by...
It may be worth either having a set of pick-one-of feature flags for serialisation (e..g., 'json', 'bincode' or 'msgpack') or operating a bring your own serialiser model and supplying a...
Seems like a solid contender, though kind of wondering if this is premature optimisation, how much does serialising to json cost us when it's just for signalling?
Feel like we should first write some benchmarks? And see what we determine from there. I've noticed that establishing a connection can take quite a while on Wasm, but don't...
Thanks for bringing the [`p2p-webtransport` report](https://w3c.github.io/p2p-webtransport/) to my/our attention - I debated at length the benefits of WebRTC and QUIC before getting involved in this project thus I am rather...