Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 921 Bytes

File metadata and controls

34 lines (20 loc) · 921 Bytes

Custom Signaling Server for WebRTC Chat App

A simple example Signaling Server for WebRTC using WebSocket Protocol. This application is developed using Spring Boot

Features

  • Custom Signaling Server for WebRTC Chat Application
  • Using WebSocket Protocol

Build

  • Use mvn clean package to build the module into jar file
mvn clean package

Running the application

  • 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

Explanation

You can find the detail explanation of the signaling server flow in this medium blog.

Feedback

For feedback, please raise issues in the issue section of the repository. Periodically, I will update the code. Enjoy!!.