mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 13:36:59 +00:00
1.4 KiB
1.4 KiB
Delta
Description
Delta is a blazing fast API server built with Rust for REVOLT.
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.
Stack
- Rocket (REST)
- Async Tungstenite (WebSockets)
- MongoDB
Resources
Revolt
- Revolt Project Board (Submit feature requests here)
- Revolt Testers Server
- Contribution Guide
CLI Commands
Docker Helper Scripts
If you have Docker installed, you can use the helper scripts to deploy Revolt in your development environment.
| Command | Description |
|---|---|
./build.sh |
Build Docker Image. |
./run.sh |
Run Docker container. |
./monitor.sh |
View container logs. |
./remove.sh |
Kill and remove container. |
License
Delta is licensed under the GNU Affero General Public License v3.0.