This commit is contained in:
Nicholas Orlowsky 2023-09-07 19:36:17 -04:00
parent 2d7f98eafa
commit ef78691f97
No known key found for this signature in database
GPG key ID: 24C84C4DDAD95065

View file

@ -2,7 +2,7 @@
A simple web server written in C++ A simple web server written in C++
## Module-Based Backends ## Module-Based Backends
Anthracite includes a system for allowing different "backend modules" to handle requests. Anthracite includes (read: will include) a system for allowing different "backend modules" to handle requests.
This allows for anthracite to be extended for additional use-cases. For example, the following This allows for anthracite to be extended for additional use-cases. For example, the following
backends could be implemented: backends could be implemented: