README.md
August 10, 2025 ยท View on GitHub
Tiny Lobby Godot Starter
| Website | Discord | Documentation | tiny_lobby Server | Godot Addon |
|---|
Starter project for Tiny Lobby, a lightweight multiplayer lobby system for WebSocket-based games, allowing peers to create, join, and manage lobbies, exchange data, and communicate in real time. It also supports backend scripting in Lua, enabling custom game logic directly on the server.
Video Tutorial
Server
Run using GitHub Releases
Download Latest tiny lobby GitHub Release.
Go in the server folder and run:
tiny_lobby
Run using Docker
Go in the server folder and run:
docker compose up
Godot Client
Simply open the Godot project and run the main.tscn scene. From there select a sample.
