init commit

This commit is contained in:
Nicholas Orlowsky 2023-09-06 16:44:29 -04:00
commit c9fdf3b85d
No known key found for this signature in database
GPG key ID: 24C84C4DDAD95065
7 changed files with 216 additions and 0 deletions

10
README.md Normal file
View file

@ -0,0 +1,10 @@
# 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