diff --git a/README.md b/README.md index 7a42753..6dd9e6c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A web server written in C++ ## Todo - [x] Serve HTML Pages - [ ] Fix glaring security issues +- [ ] Better parsing & response generation +- [ ] Multithreading - [ ] Speed optimizations such as keepint the most visited html pages in memory - [ ] Cleanup codebase - [ ] Enable cache support