Skip to content
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.

A collection of Javascript Jingle clients for interop testing.

Notifications You must be signed in to change notification settings

legastero/jingle-interop-demos

Repository files navigation

Jingle Interop Demos

A collection of JavaScript Jingle clients for interop and testing purposes.

Includes demo clients from the following projects:

Aim

The aim of this repository is to introduce you to interoperable webRTC projects using XMPP Jingle as the signalling mechanism.

Running

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

python -m SimpleHTTPServer

Will start a webserver on port 8000 (default).

Nodejs

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).

About

A collection of Javascript Jingle clients for interop testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published