samccone / rtc-sample

rtc-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

rtc-sample


Languages

Language:JavaScript 100.0%