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
- Host: GitHub
- URL: https://github.com/ztgx/debde
- Owner: zTgx
- License: mit
- Created: 2021-07-17T12:29:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-17T15:43:54.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T14:45:38.707Z (4 months ago)
- Topics: distributed-systems, game-server, gprc, grpc-gateway, quic, rust
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: docs/roadmap.md
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).