Which is the best WebSocket library in terms of performances in Rust?

Hello,

I'm working on an heavy used Web Socket server (more than 10000 requests per second). I have used so far ws as my WebSocket library and It seems like it takes around 10% of my processor at 1000 requests per second. Have you any suggestion of faster libraries in Rust.

Have a great day,
ccgauche.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.