aniketbiprojit / yrs-scaleable-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YRS Server

Core Server

Immediately syncs all clients and passes updates to persist-server.

Opens the docs and keeps them in memory.

Persist Server

Takes all the updates and stores them in database.

Use Channel

cargo watch -x "run --bin core-server"

Use Mutex

cargo watch -x "run --bin core-server --features use_mutex --no-default-features"

About


Languages

Language:Rust 99.1%Language:Dockerfile 0.9%