5 ms·
Neat app, but curious why you aren't using WebRTC p2p? I've always thought something like this using WebRTC + a (simple) way to independently check that no dat
by Ros2 9y ago
Neat app, but curious why you aren't using WebRTC p2p?
I've always thought something like this using WebRTC + a (simple) way to independently check that no data is being sent elsewhere would be really cool.
Btw you could declare a content security policy for just your site since you don't load anything off domain https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP Good luck!
- alanfriedman 9y agoThanks! We actually need the server intermediary to handle storing and locking rooms, and adding and removing members. Also IIRC WebRTC data channel doesn't have great cross browser support.