Skip to content
Snippets Groups Projects
Commit 1b4e8b85 authored by lazorfuzz's avatar lazorfuzz
Browse files

README update

parent bccdab7b
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ SignalBuddy is an easy-to-scale signaling solution for WebRTC. SignalBuddy autom ...@@ -8,7 +8,7 @@ SignalBuddy is an easy-to-scale signaling solution for WebRTC. SignalBuddy autom
## What is a signaling server? ## What is a signaling server?
WebRTC needs to be facilitated with signaling; a service that acts as a matchmaker for peers before they establish direct video/audio/data channels. Signaling can be done in any way, e.g. via good old fashioned carrier pigeons. Signaling services only need to fulfill the absolute minimal role of matchmaking peers, however SignalBuddy WebRTC needs to be facilitated with signaling; a service that acts as a matchmaker for peers before they establish direct video/audio/data channels. Signaling can be done in any way, e.g. via good old fashioned carrier pigeons. Signaling services only need to fulfill the absolute minimal role of matchmaking peers, however SignalBuddy comes with some extra perks, like the ability to segment peers into rooms, and STUN/TURN server dispensing.
## Startup Guide ## Startup Guide
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment