diff options
| author | icecodder <47574874+icecodder@users.noreply.github.com> | 2021-08-07 00:10:04 +0200 |
|---|---|---|
| committer | icecodder <47574874+icecodder@users.noreply.github.com> | 2021-08-07 00:10:04 +0200 |
| commit | 7589726ac13c4e33e4afc67b88a5b71a26b39c49 (patch) | |
| tree | ba713832bf47de871da3e1377397cce8edf7dd8a /README.md | |
| parent | 737270cb35f035e8c737e1e20e36517f34dc24a1 (diff) | |
add adaescription, disclaimer and explaination of how its work
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 25 |
1 files changed, 22 insertions, 3 deletions
@@ -1,8 +1,27 @@ # Nova -The futur of Bots on Discord! +Nova is an open source Discord framework for creating fast, reliable high-performance app. It focus on scalability and distribued with system like K8s or Docker Swarm. + +Nova builds upon Go and Rust to propose an effective, safe and production-ready solution. + +With Nova, you can be sure to have a reliable and effective Discord Bot. + +## Disclaimer + +Nova requires a good infrastructure to operate and may consume lot of resources. Its not made for small Discord Bots but for those who are present on many servers while ensuring excellent performance. --- -### Todo -- [ ] README +## How its work + +Behind Nova, there are many components : + +- cache +- gateway +- http-webhook +- nats +- ratelimit proxy +- redis +- rest-ratelimiter + +--- |
