Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 917 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 917 Bytes

WebRTC signaling server for SimpleWebRTC

This is private signaling WebRTC server demo. It does not depend on signaling.simplewebrtc.com:8888.

Running demo

Important It works perfectly in Firefox 22. Other browsers does not fully support WebRTC or getUserMedia DOM APIs.

$ git clone git://github.com/azproduction/SimpleWebRTC-server.git
$ cd SimpleWebRTC-server
$ npm i
$ node server
  • Open http://localhost:8001/#room/webrtc on multiple devices. That's it!
  • Both signaling and static servers are will be listening 0.0.0.0:8001 interface.
  • It takes about 5 seconds to establish a connection.

Available Options