A collection of JavaScript Jingle clients for interop and testing purposes.
Includes demo clients from the following projects:
The aim of this repository is to introduce you to interoperable webRTC projects using XMPP Jingle as the signalling mechanism.
Place any of these projects behind a webserver and load via a browser to use.
Two examples of quickly running the demos without a full webserver are as follows:
python -m SimpleHTTPServer
Will start a webserver on port 8000 (default).
If you don't already have grunt CLI tools installed perform as follows:
npm i -g grunt-cli
Then install the dependencies and run the server:
npm i .
grunt connect
Will start a webserver on port 3333 (default).