A very simple file server (not an HTTP server) using the new io_uring async I/O API provided in Linux kernel 5.1. You will need liburing. See the file comment in uring_svr.c for details on how to build the code.
Usage:
./uring_svr
To retrieve a file:
echo | nc <server.ip>