Websig is P2P Signalling server for WEBRTC built on top of IPFSPubSub and WEBRTC Protocol. It is able to create peer to peer webrtc data channels and audio/video conferencing in your frontend applications. It also supports multi party webrtc connection.
Please 🌟 the Repo if you liked it. Thanks !
- Install the library
$ npm i websig --save
- Browserify
- React
- VUE
- Add support for Angular and TS
- Navigate to example folder
$ cd example
$ npm i - Run browserify
$ browserify app.js -o public/js/app.js -d
- Run the app
$ http-server