Multi-threaded HTTP/WebSocket server in Rust
Sergey Melnychuk
Building up on my previous posts about MIO-based server and parser combinators, this post is about making a very simple HTTP server capable of running on multiple threads and implementing WebSocket protocol. TL;DR: code. Benchmark Quick benchmark with wrk on 8 vCPUs, 30 GB machine shows 110k...