diff --git a/README.md b/README.md new file mode 100644 index 00000000..4b3fbf01 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +![](assets/banner.png) + +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. diff --git a/assets/banner.png b/assets/banner.png new file mode 100644 index 00000000..68a2bca6 Binary files /dev/null and b/assets/banner.png differ