webRTC-io / webRTC.io

An abstraction layer for webRTC. Aim is to simplify the HTML5 web standard webRTC in a similar manner to socket.io w/ websockets. Highly experimental technology
1.6k stars 293 forks source link

DataChannel support #7

Closed piranna closed 11 years ago

piranna commented 11 years ago

Added documentation and an emit() method "a la" socket.io, but also support for a DataChannel webshim using the synchronization channel on webrtc.io-client. I couldn't be able to test it since webrtc.io and socket.io APIs are very different, but the core code is untouched.