Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uros-5/backend-lishuuro
Backend code for lishuuro.
https://github.com/uros-5/backend-lishuuro
axum chess game lichess rust
Last synced: about 2 months ago
JSON representation
Backend code for lishuuro.
- Host: GitHub
- URL: https://github.com/uros-5/backend-lishuuro
- Owner: uros-5
- License: gpl-3.0
- Created: 2021-11-03T11:23:57.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T21:29:06.000Z (10 months ago)
- Last Synced: 2024-10-12T23:11:06.975Z (2 months ago)
- Topics: axum, chess, game, lichess, rust
- Language: Rust
- Homepage: https://lishuuro.org
- Size: 227 KB
- Stars: 21
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# backend-lishuuro
### ♟️ Backend code for lishuuro. ♟️This small chess server is written in Rust language(Axum framework). :crab:
90% of messages from players goes through websockets. 💬
Database is MongoDB, with collections for users, articles and shuuroGames. 🍀
For move generator server uses crate [`shuuro`](https://crates.io/crates/shuuro). ⚙️
Redis is used for storing sessions. 🔴 Unlogged players can play 2 days. After that new session is created.