update readme

This commit is contained in:
Nicholas Orlowsky 2023-09-06 16:48:22 -04:00
parent c9fdf3b85d
commit dadfdfdc78
No known key found for this signature in database
GPG key ID: 24C84C4DDAD95065

View file

@ -4,6 +4,8 @@ A web server written in C++
## Todo ## Todo
- [x] Serve HTML Pages - [x] Serve HTML Pages
- [ ] Fix glaring security issues - [ ] Fix glaring security issues
- [ ] Better parsing & response generation
- [ ] Multithreading
- [ ] Speed optimizations such as keepint the most visited html pages in memory - [ ] Speed optimizations such as keepint the most visited html pages in memory
- [ ] Cleanup codebase - [ ] Cleanup codebase
- [ ] Enable cache support - [ ] Enable cache support