Comment on Make any site multiplayer in a few lines. Serverless WebRTC matchmakingComments−philipallstar1yI remember cloning the twilio code for video conferencing for webrtc and it working instantly. Very cool.−dudefeliciano1yOn the other hand setting up the turn servers and so on for signaling before the webrtc connection is established can be a nightmare, if not using a third party service like twilio−philipallstar1yYes definitely. It's much simpler with a hosted service. Cloudflare offers one as well[0].[0] https://developers.cloudflare.com/realtime/turn
Comments
I remember cloning the twilio code for video conferencing for webrtc and it working instantly. Very cool.
On the other hand setting up the turn servers and so on for signaling before the webrtc connection is established can be a nightmare, if not using a third party service like twilio
Yes definitely. It's much simpler with a hosted service. Cloudflare offers one as well[0].
[0] https://developers.cloudflare.com/realtime/turn