songshenyi / WebUdp

Minimal WebRTC datachannel server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Minimal WebRTC datachannel server


Languages

Language:C++ 57.3%Language:C 35.7%Language:HTML 3.4%Language:JavaScript 2.4%Language:CMake 1.1%