Show HN: Open-source Express-like HTTP server in C++
By Amsozzer · 2026-09-22 · 1 points · 0 comments
https://amsozzer.com/projects/plusweb
Hey guys, I made an open-source Express like non blocking HTTP Server library in C++. Starting a new web server is as simple as initiating the app with the desired port (8080 default) and start registering routes. #include <PlusWeb/HttpServer.h> int main() { HttpServer app(…
Open the full discussion on BetterNews