anthracite/README.md
Nicholas Orlowsky c9fdf3b85d
init commit
2023-09-06 16:44:29 -04:00

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