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

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

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

![image](https://github.com/user-attachments/assets/71246162-d30d-4e7e-95f1-11ab6d354bdf)

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