Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -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/).
|
||||||
|
|||||||
Reference in New Issue
Block a user