0xProject / 0x-mesh

A peer-to-peer network for sharing 0x orders
https://0x-org.gitbook.io/mesh/
Other
258 stars 111 forks source link

Create a WebAssembly-compatible WebRTC transport #294

Open albrow opened 5 years ago

albrow commented 5 years ago

Once we have agreed on a spec for a WebRTC signaling protocol, we need to actually create a transport that adheres to the spec and is compatible with WebAssembly. We can probably use libp2p/go-libp2p-webrtc-direct as a starting point.

albrow commented 5 years ago

Going to punt on this for now and focus on MVP browser support, which does not require direct browser-to-browser communication. Instead we will use relay connections over WebSockets.