From 4e8e6ec9a7bae6963a81fa81f0b19a59624751a5 Mon Sep 17 00:00:00 2001 From: Francesco Date: Wed, 27 Nov 2024 14:09:10 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 83f3c5c..8a7787d 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,13 @@ And then open the `docs/html/index.html`. ## Roadmap - [x] Understading basic web server concepts -- [ ] Basic server +- [x] Basic server - [ ] CLI args - [ ] Enhance web server - [ ] IPv6 compatible - - [ ] Request parser (methods and headers) - - [ ] Serve static files - - [ ] Multithreading (non blocking I/O with `epoll`) + - [ ] Request parser + - [x] Serve static files + - [ ] Multithreading - [ ] Logging - [ ] Advanced - [ ] HTTPS support @@ -46,4 +46,4 @@ And then open the `docs/html/index.html`. - [Beej's Guide to Network Programming](https://beej.us/guide/bgnet/) -You can find my journey inside the `notes` directory! +You can find my journey inside the `notes` directory or on my [blog](https://francescorocca.me/building-an-http-server-in-c/).