roomrtc

0.12.0 • Public • Published

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

Package Sidebar

Install

npm i roomrtc

Weekly Downloads

0

Version

0.12.0

License

MIT

Last publish

Collaborators

  • vunb