Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 366 Bytes

File metadata and controls

11 lines (7 loc) · 366 Bytes

WebUdp

Minimal WebRTC datachannel server

Work in progress, experimental!

The library implements a minimal subset of WebRTC (grossly violating specs) to achieve unreliable and out of order UDP transfer for browser clients.

Only Linux is supported at the moment.

Issues

  • Firefox doesn't connect to a server running on localhost. Bind a different interface.