Totodore / socketioxide

A socket.io server implementation in Rust that integrates with the Tower ecosystem and the Tokio stack.
https://docs.rs/socketioxide
MIT License
1.21k stars 52 forks source link

chore: remove salvo deps and corresponding doctest #303

Closed Totodore closed 5 months ago

Totodore commented 5 months ago

The salvo dep introduce A lot of dependencies and it is only use for a small doc example. Because there is real example in the example folder it is better to remove it to lighten the dev env.

tausifcreates commented 5 months ago

good decision 😃