forked from jmug/stoatchat
03fa923ef4e79cbe14c3dcd239799dfd4a72a07b
Delta is a blazing fast API server built with Rust for the REVOLT platform.
Features:
- Robust and efficient API routes for running a chat platform.
- Distributed notification system, allowing any node to be seamlessly connected.
- Simple deployment, based mostly on pure Rust code and libraries.
- Hooks up to a MongoDB deployment, provide URI and no extra work needed.
Docker Helper Scripts
If you have Docker installed, you can use the helper scripts to deploy Revolt in your development environment.
./build.sh # build Docker image
./run.sh # run Docker container
./monitor.sh # view container logs
./remove.sh # kill and remove container
Description
This is the monorepo for Handmade Revolt backend services, our hosted instance is available at
https://chat.handmadecities.com
Languages
Rust
90.8%
HTML
8.3%
Shell
0.4%
Dockerfile
0.3%
