Tag: http
-
Work Stealing vs. Executor-Per-Thread: Evaluating different HTTP server workloads with Tokio, Smol and Glommio
Measures the impact that the number of threads has on each execution model across multiple balanced and unbalanced scenarios.
-
Building a real-time chat using WebSockets over HTTP/2 streams
In this post we are going to build a backend using WTX and a frontend with several other tools to enable the real-time communication between multiple web clients.