Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.