Hacker News new | ask | show | jobs
by cm3 3770 days ago
Is there Haskell involved in the WebRTC code or is pretty much all JavaScript?
1 comments

The Haskell server provides the WebRTC signaling, which is the only part of WebRTC that is not handled by the in-browser APIs. Basically before a peer-to-peer connection can be established, you have to provide some way of sending messages between the two users.