https://github.com/lioncat2002/purrdb
A spacetimeDB like game server written in C# using SQLite and the Quic protocol
https://github.com/lioncat2002/purrdb
cs database distributed-systems game-development state-management
Last synced: about 2 months ago
JSON representation
A spacetimeDB like game server written in C# using SQLite and the Quic protocol
- Host: GitHub
- URL: https://github.com/lioncat2002/purrdb
- Owner: Lioncat2002
- Created: 2025-05-23T06:54:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-23T07:15:27.000Z (about 1 year ago)
- Last Synced: 2025-05-23T08:52:55.787Z (about 1 year ago)
- Topics: cs, database, distributed-systems, game-development, state-management
- Language: C#
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PurrDB
A SpacetimeDB esque gameserver written iiin C# using SQLite and Quic Protocol
## Structure
The project contains 2 projects
- GameServer -> The actual game server running Quic Protocol and a in memory SQLite instance
- QuicClient -> A bare bones game client which will connect to the game server
## Steps to run
- Start the game server
- connect using the quic client
## Gallery

## Libraries
- [Quic.NET](https://github.com/Vect0rZ/Quic.NET) by [Vect0rZ](https://github.com/Vect0rZ)