update readme
This commit is contained in:
parent
c9fdf3b85d
commit
dadfdfdc78
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue