This is a demonstration application that illustrates how rtc-signaller can be used as a standalone package to send messages between multiple participants using WebSocket connections to rtc-switchboard.
If you wish to run this demo locally, then you can run the following:
git clone https://github.com/rtc-io/demo-signaller.git demo-signaller
cd demo-signaller
npm install && npm start
You should now be able to open a browser window to http://localhost:9966/ (or alternatively http://rtc-io.github.io/demo-signaller/ if you don't want to run the demo locally). Either way you'll join the signaller-demo-test room on the switchboard and should be able to move around a couple of objects that are attempting to share state across the established peer connections.