Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 540 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 540 Bytes

Signaling Server

A lightweight signaling server with some opinions, to work with all examples.

Next rooms

This signaling server supports a rudimentary form of matchmaking. By appending ?next=3 to the room id, the next three players to join will be connected, and then the next three players will be connected separately to the first three.

You can also use the room id for scoping what kind of players you want to match. i.e.: wss://match.example.com/awesome_game_v1.1.0_pvp?next=2

Run

cargo run