Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/drwhut/tabletop_club_master_server
- Owner: drwhut
- License: mit
- Created: 2021-05-09T23:53:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T20:45:40.000Z (4 months ago)
- Last Synced: 2024-08-28T22:09:18.891Z (4 months ago)
- Language: JavaScript
- Size: 177 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).