init commit
This commit is contained in:
commit
c9fdf3b85d
7 changed files with 216 additions and 0 deletions
10
README.md
Normal file
10
README.md
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue