A simple web server made in C++
Find a file
Nicholas Orlowsky c9fdf3b85d
init commit
2023-09-06 16:44:29 -04:00
error_pages init commit 2023-09-06 16:44:29 -04:00
www init commit 2023-09-06 16:44:29 -04:00
.gitignore init commit 2023-09-06 16:44:29 -04:00
Dockerfile init commit 2023-09-06 16:44:29 -04:00
main.cpp init commit 2023-09-06 16:44:29 -04:00
Makefile init commit 2023-09-06 16:44:29 -04:00
README.md init commit 2023-09-06 16:44:29 -04:00

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