Skip to content

WebRTC Data Channel Server in C++ with Corresponding Emscripten Client API

Notifications You must be signed in to change notification settings

seeme-o/StormWebrtc

 
 

Repository files navigation

"# StormWebrtc"

A library designed to support webrtc dedicated servers written in C++ that can communicate with javascript/web assembly

External dependencies

  • asio
  • mbedtls
  • usrsctplib

Includes apis for dedicated server, javascript/webassembly client and native client

For examples - see these files StormWebrtcTest/Main.cpp StormWebrtcClientTest/Main.cpp

Based on techniques described in this article http://www.stormbrewers.com/blog/webrtc-data-channels-without-signaling-aka-hacking-the-crap-out-of-webrtc/

About

WebRTC Data Channel Server in C++ with Corresponding Emscripten Client API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 62.4%
  • C++ 37.0%
  • Other 0.6%