diff options
| author | icecodder <git@icecodder.me> | 2023-01-02 21:25:41 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-02 21:25:41 +0100 | 
| commit | e60594adc9dc0410d37b01fea60b8cac49ce3fe6 (patch) | |
| tree | a85628e2e3536dfec9375f7e8a136da32ac75739 /README.md | |
| parent | 91a27342dbee8ca0478f862df93bf502337f4c6e (diff) | |
fix readme
Diffstat (limited to 'README.md')
| l--------- | README.md | 36 | 
1 files changed, 35 insertions, 1 deletions
@@ -1 +1,35 @@ -docs/docs/intro.md
\ No newline at end of file +# Nova + +[](https://github.com/discordnova/Nova/actions/workflows/rust.yml) + +## What is nova ? + +Nova is a complete framework for building reliable and stable discord bots +using a services based system to operate all the components needed to operate +a discord such as the discord gateway, new discord webhooks for receiving interactions. +Using a traditional infrastructure (sharder / process), we can quickly reach bottlenecks +when we scale to multiple thousands of shards. Nova is a way to avoid these problems by +building a scale-first discord framework that creates an environment that allow  +better testing, reliability and operations easier. + +### Advantages + +With the help of Nova, you can achieve a number of things, such as + +* Scaling of workers independent of the number of shards +* zero-login updates +* Automatic shards scaling +* Shared cache for the whole bot (without broadcastEval and other unsafe methods) +* Stateless workers, easier to test +* Distributed rest rate-limiting +* Easier fine-tuned monitoring using cloud-native technologies +* Languages agnostic apis + +### How did we solve this ? + +Nova separates the gateway into multiple smaller components corresponding to each +discord apis + + + +[](https://app.fossa.com/projects/git%2Bgithub.com%2Fdiscordnova%2Fnova?ref=badge_large)  | 
