Build an HTTP server with Rust and tokio - Part 1: serving static files
In this episode, we'll extend our server to serve static files. We'll also refactor our code to support connection reuse, and implement a graceful shutdown mechanism.
If your didn't follow the previous episode, you can find the code on GitHub.
As we ...
blog.sylver.dev6 min read