Hacker News new | ask | show | jobs
by Ros2 3099 days 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 Good luck!

1 comments

Thanks! 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.