Jonas Gloning

Results 64 comments of Jonas Gloning

The docs refer to the `'error'` event on the `Peer` instance, not on the data connection. Those currently don’t have a `type` property. This is not directly a bug, but...

Currently, there is no way to host (all of) PeerServer on a serverless platform. The primary issue is enabling two edge functions to communicate and share peer details. If you...

Here is a _very_ quick draft of a PeerServer implementation using Cloudflare Workers: https://github.com/peers/server-cf-worker. It has passed the browser test suite, but has not undergone any additional testing. Please give...