3/16/2026 at 2:54:22 AM
THis is not without servers, you still use a signaling server for TURN.If you want true serverless you need a side channel to copy the offer/response, e.g. tell the user's to copy paste them as base64 thorugh whatsapp manually or something (https://github.com/pirate/webrtcchat).
by nikisweeting
3/16/2026 at 9:27:59 AM
I wrote a webrtc chat prototype once that used a blockchain contract for the offer/response.It was cool but a little slow and I moved onto other side projects.
by ssss11
3/16/2026 at 7:00:24 PM
Could send the offer/response over Waku protocol, some people have experimented with that to good effect.by michaelsbradley