11 lines
276 B
Markdown
11 lines
276 B
Markdown
# Anthracite
|
|
A web server written in C++
|
|
|
|
## Todo
|
|
- [x] Serve HTML Pages
|
|
- [ ] Fix glaring security issues
|
|
- [ ] Speed optimizations such as keepint the most visited html pages in memory
|
|
- [ ] Cleanup codebase
|
|
- [ ] Enable cache support
|
|
- [ ] Support newer HTTP versions
|