amethystcoder/Celeris: A lightweight, high-performance web server written in C++ with an HTML-like configuration system, built for fast routing and flexibility. (opens in new tab)
A few months ago, I introduced Celeris and shared some of the ideas behind the project. Since then, development has continued, and I wanted to give an update on where things stand today. What is Celeris? Celeris is a lightweight web server written in C++ that aims to make server development simpler through declarative configuration. Rather than writing large amounts of boilerplate code to configure routes, authentication, file handling, and other common server functionality, Celeris allows de...
Read the original article