Implementation of different signaling methods for the Web (client and server)
Go to the server folder and install the dependencies
$ cd server
$ npm install
$ node signaling-server.js
You need to install an HTTP server to serve the client files. You can use the server in this repository or any other server.
Open the console to see the logs.
- Select the transport method you want to use.
- In the Transport section, connect Bob and Alice to the server.
- In the WebRTC section, open the DataChannel between Bob and Alice.
To terminate the test, click on 'Close' to close the DataChannel and 'Disconnect' to disconnect Bob and Alice from the server.
Then you can start a new test.