Update README.md

This commit is contained in:
2024-11-27 14:09:10 +01:00
parent 3a6c8ad9a3
commit 4e8e6ec9a7

View File

@@ -30,13 +30,13 @@ And then open the `docs/html/index.html`.
## Roadmap ## Roadmap
- [x] Understading basic web server concepts - [x] Understading basic web server concepts
- [ ] Basic server - [x] Basic server
- [ ] CLI args - [ ] CLI args
- [ ] Enhance web server - [ ] Enhance web server
- [ ] IPv6 compatible - [ ] IPv6 compatible
- [ ] Request parser (methods and headers) - [ ] Request parser
- [ ] Serve static files - [x] Serve static files
- [ ] Multithreading (non blocking I/O with `epoll`) - [ ] Multithreading
- [ ] Logging - [ ] Logging
- [ ] Advanced - [ ] Advanced
- [ ] HTTPS support - [ ] 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/) - [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/).