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

Any chance of some docs for using your own socket IO? #21

Open JohnMcLear opened 11 years ago

JohnMcLear commented 11 years ago

I already have a socketIO connection available between my client and I'd like to use that instead of creating a new websocket. Any tips/docs on how to use that please? Thanks