13 lines
342 B
Markdown
13 lines
342 B
Markdown
# Anthracite
|
|
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
|
|
- [ ] Support newer HTTP versions
|