Skip to content

rsatrio/WebRTC-Signaling-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!!.

Releases

No releases published

Packages

No packages published

Languages