A simple web server made in C++
| error_pages | ||
| www | ||
| .gitignore | ||
| Dockerfile | ||
| main.cpp | ||
| Makefile | ||
| README.md | ||
Anthracite
A web server written in C++
Todo
- 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