A simple web server made in C++
Find a file
2023-09-06 16:56:23 -04:00
.github/workflows Create docker-publish.yml 2023-09-06 16:56:23 -04:00
.screenshots update readme 2023-09-06 16:52:18 -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 update readme 2023-09-06 16:52:18 -04:00

Anthracite

A web server written in C++

Todo

  • Serve HTML Pages
  • Fix glaring security issues
  • Better parsing & response generation
  • Multithreading
  • Speed optimizations such as keepint the most visited html pages in memory
  • Cleanup codebase
  • Enable cache support
  • Support newer HTTP versions

Screenshots

A picture of the default index.html page used by Anthracite A picture of the Anthracite default 404 not found page