z5labs / chatio

A Peer to Peer Audio/Video PWA Client
https://z5labs.github.io/chatio
6 stars 3 forks source link

feat(p2p): default to custom signaling server #5

Closed Zaba505 closed 3 years ago

Zaba505 commented 3 years ago

Most likely implement the js-libp2p-webrtc-star tool star-signal in Go and deploy it on Google Cloud Run.

Zaba505 commented 3 years ago

After looking into it, deploying the current implementation which comes with js-libp2p-webrtc-star is the best option for now. There is rust-socketio, which is client side only. However, with a little refactoring it could serve as a base for implementing the server side code.