mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 01:40:08 +00:00
* refactor: remove experimental-specifier-resolution flag * fix: listen on all interface * fix: tsconfig set target es2022 * refactor: use top level await * style: deno fmt * feat: add rabbitmq * fix: DEVELOPMENT env not working * style * feat: add using message queue * chore: readme add influx and rabbitmq info to node * chore: increase rest replica
REST Proxy
This folder will contain the code for our REST proxy. This is going to become the single source that all of our bot will use to communciate to the Discord API.
Further Steps
- Express framework to create the listener however, you can replace it with anything you like. Express is quite a bloated framework. Feel free to optimize to a better framework.