Home

Awesome

WebUDP

WebRTC datachannel library and server

The library implements a minimal subset of WebRTC to achieve unreliable and out of order UDP transfer for browser clients. See the echo server example for how to connect to the server from a browser. The core library (Wu) is platform independent. Refer to WuHostEpoll or WuHostNode for platform-specific usage.

Building

mkdir build && cd build
cmake ..
make

Host platforms

Issues