8 breaking releases

0.9.0 Mar 9, 2024
0.8.0 Nov 14, 2023
0.7.0 Aug 11, 2023
0.6.0 Mar 31, 2023
0.1.1 Sep 13, 2021

#1892 in Network programming

47 downloads per month

MIT/Apache

85KB
1.5K SLoC

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

Dependencies

~17MB
~295K SLoC