vadim-su / asyncord

A smart and powerful base for creating discord bots and interaction with the API
MIT License
2 stars 1 forks source link

Rewrite discord websocket client on rust #104

Open vadim-su opened 1 week ago

vadim-su commented 1 week ago

We know that our async infrastructure is not the best. It has multiple processes and has some potential bugs, so I decided to spend some time to rewrite WebSocket client on Rust. I should help to fix the next points

@ReRubis, your tasks include:

vadim-su commented 1 week ago

Axios https://actix.rs/docs/websockets/