Skip to content

roomrtc/roomrtc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoomRTC

RoomRTC enables quick development of webRTC

npm version

Status: v1.0.0 coming soon.

Installation In A Nutshell

I'd recommend using a package manager if you aren't already and here are the relevant instructions for installing RoomRTC from a number of popular options:

  1. Install Node.js, Bower
  2. Download using package manager
    • npm: npm install roomrtc --save
    • bower: bower install roomrtc --save
  3. Include the library
    • Server: var roomrtc = require('roomrtc')
    • Client: <script src="https://roomrtc.github.io/latest/roomrtc.min.js"></script>

Website and documentation

Run roomrtc as your own server:

  • Clone repo: git clone https://github.com/vunb/roomrtc.git
  • Change dir: cd roomrtc
  • Install deps: npm install
  • Start server: npm run demo
  • Open browser: http://localhost:8123/?myroom

License

MIT