anthracite/README.md

18 lines
656 B
Markdown
Raw Normal View History

2023-09-06 20:44:29 +00:00
# Anthracite
A web server written in C++
## Todo
- [x] Serve HTML Pages
- [ ] Fix glaring security issues
2023-09-06 20:48:22 +00:00
- [ ] Better parsing & response generation
- [ ] Multithreading
2023-09-06 20:44:29 +00:00
- [ ] Speed optimizations such as keepint the most visited html pages in memory
- [ ] Cleanup codebase
- [ ] Enable cache support
- [ ] Support newer HTTP versions
2023-09-06 20:52:18 +00:00
## Screenshots
![A picture of the default index.html page used by Anthracite](https://github.com/nickorlow/anthracite/blob/main/.screenshots/default-page.png?raw=true)
![A picture of the Anthracite default 404 not found page](https://github.com/nickorlow/anthracite/blob/main/.screenshots/404-page.png?raw=true)