Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drwhut/tabletop_club_master_server

A WebRTC signalling server that acts as the master server for Tabletop Club multiplayer rooms.
https://github.com/drwhut/tabletop_club_master_server

Last synced: 2 months ago
JSON representation

A WebRTC signalling server that acts as the master server for Tabletop Club multiplayer rooms.

Awesome Lists containing this project

README

        

**NOTE:** This repository is now deprecated, please use the
[new lobby server](https://github.com/drwhut/tabletop_club_lobby_server)
instead.

# Tabletop Club Master Server

A WebRTC signalling server that acts as the master server for Tabletop Club
multiplayer rooms.

The code is based on
[an example project](https://github.com/godotengine/godot-demo-projects/tree/master/networking/webrtc_signaling)
in the official
[Godot demo projects repository](https://github.com/godotengine/godot-demo-projects).