Files
leonwww/protocol/README.md

7 lines
378 B
Markdown
Raw Permalink Normal View History

2025-08-15 13:52:01 +03:00
The implementation of the GURT protocol.
2025-09-08 13:13:38 +02:00
- [Cli](./cli) - Gurty, the command-line tool for managing GURT servers
- [Library](./library) - client/server GURT protocol library for Rust (the core, used in Flumi)
- [Gdextension](./gdextension) - the Godot bindings for the GURT protocol (used in Flumi)
2025-08-15 13:52:01 +03:00
2025-09-08 13:13:38 +02:00
For the full spec, check the [Gurted Documentation](https://docs.gurted.com).