0.12.0 • Published 7 years ago

roomrtc v0.12.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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

0.12.0

7 years ago

0.11.3

7 years ago

0.11.2

7 years ago

0.11.1

7 years ago

0.11.0

7 years ago

0.10.0

7 years ago

0.9.7

7 years ago

0.9.6

7 years ago

0.9.5

7 years ago

0.9.4

7 years ago

0.9.3

7 years ago

0.9.2

7 years ago

0.9.1

8 years ago