- Notifications
You must be signed in to change notification settings - Fork32
Minimal WebRTC datachannel server
License
NotificationsYou must be signed in to change notification settings
seemk/WebUDP
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 theecho 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.
mkdir build&&cd buildcmake ..make
- Linux (epoll)
- Node.js
-DWITH_NODE=ON
- Firefox doesn't connect to a server running on localhost. Bind a different interface.
About
Minimal WebRTC datachannel server
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published