A simple example Signaling Server for WebRTC using WebSocket Protocol. This application is developed using Spring Boot
- Custom Signaling Server for WebRTC Chat Application
- Using WebSocket Protocol
- Use mvn clean package to build the module into jar file
mvn clean package
- Run the resulting build jar using this command:
java -jar target\SignallingServer-1.0.jar
- You can find the example of React chat client in this github
You can find the detail explanation of the signaling server flow in this medium blog.
For feedback, please raise issues in the issue section of the repository. Periodically, I will update the code. Enjoy!!.