anthracite/README.md
Nicholas Orlowsky c726e6cf28
update readme
2023-09-06 16:52:18 -04:00

656 B

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