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

https://github.com/ztgx/debde

🛴 WIP: QUIC based distributed server for Games written in Rust
https://github.com/ztgx/debde

distributed-systems game-server gprc grpc-gateway quic rust

Last synced: 3 months ago
JSON representation

🛴 WIP: QUIC based distributed server for Games written in Rust

Awesome Lists containing this project

README

        

# Debde

## What is Debde
🛴 WIP: QUIC based distributed server for Games written in Pure Rust

# Getting Started
## Configuration
Debde requires a debde.conf file to run.
A blank debde.conf file will run with all default settings. To generate one, run:
```shell
mkdir -p ~/.debde
touch ~/.debde/debde.conf
```
## Building
```rust
cargo build
```

## Use
Now, run Debde!
Currently, Debde is only officially supported on Ubuntu.
```rust
cargo run --bin debde
```

# License
For license information see the file [LICENSE](https://github.com/zTgx/Debde/blob/main/LICENSE).