roomrtc
v0.12.0
Published
RoomRTC enables quick development of webRTC
Downloads
4
Readme
RoomRTC
RoomRTC enables quick development of webRTC
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:
- Install Node.js, Bower
- Download using package manager
- npm:
npm install roomrtc --save
- bower:
bower install roomrtc --save
- npm:
- Include the library
- Server:
var roomrtc = require('roomrtc')
- Client:
<script src="https://roomrtc.github.io/latest/roomrtc.min.js"></script>
- Server:
Website and documentation
- Visit roomrtc.github.io to explore demos and examples.
- Demo demo.roomrtc.com
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