I need a HTTP server crate that respects the following criteria:
Synchronous/Threading
High Performant
Compatible with websocket, especially with tungstenite-rs. (Optional)
I found no popular (according to their github stars) crates for this. It probably doesn't have to be high performant, as I can just implement it all by myself.