An open API service indexing awesome lists of open source software.

https://github.com/samccone/rtc-sample

rtc-sample
https://github.com/samccone/rtc-sample

Last synced: 3 months ago
JSON representation

rtc-sample

Awesome Lists containing this project

README

          

### a simple web rtc binary data sample

`$ npm install`

`$ node server.js`

## send a message
ws.send(JSON.stringify({
type: "close",
data: {
id: ws._id
}
}));

The answer is here.... somewhere

http://www.w3.org/TR/webrtc/#constraints