mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 13:36:59 +00:00
32 lines
1.3 KiB
Markdown
32 lines
1.3 KiB
Markdown
# Revolt Backend
|
|
|
|
This is a monorepo for the Revolt backend.
|
|
|
|
| Crate | Description |
|
|
| ---------------- | ------------------------------------ |
|
|
| `delta` | REST API server |
|
|
| `bonfire` | WebSocket events server |
|
|
| `quark` | Models and logic |
|
|
| `revcord/api` | Discord REST translation layer |
|
|
| `revcord/ws` | Discord gateway translation layer |
|
|
| `revcord/models` | Discord models and quark translation |
|
|
|
|
Note: `january`, `autumn`, and `vortex` are yet to be moved into this monorepo.
|
|
|
|
## Resources
|
|
|
|
### Revolt
|
|
|
|
- [Revolt Project Board](https://github.com/revoltchat/revolt/discussions) (Submit feature requests here)
|
|
- [Revolt Testers Server](https://app.revolt.chat/invite/Testers)
|
|
- [Contribution Guide](https://developers.revolt.chat/contributing)
|
|
|
|
## Contributing
|
|
|
|
The contribution guide is located at [developers.revolt.chat/contributing](https://developers.revolt.chat/contributing).
|
|
Please note that a pull request should only take care of one issue so that we can review it quickly.
|
|
|
|
## License
|
|
|
|
The Revolt backend is generally licensed under the [GNU Affero General Public License v3.0](https://github.com/revoltchat/backend/blob/master/LICENSE). Please check individual crates for further license information.
|