From 72e3f830af4a0cff7da2e0abfe1ed4b95e569a3e Mon Sep 17 00:00:00 2001 From: Stephane JANEL Date: Mon, 16 Feb 2026 22:36:14 +0100 Subject: [PATCH] Add aeronet HTTP/WebSocket C++ microservices framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b38fa66f2..9bf71a116 100644 --- a/README.md +++ b/README.md @@ -1179,6 +1179,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny ## Web Application Framework +* [aeronet](https://github.com/sjanel/aeronet) - High-performance, modular C++ HTTP/1.1, HTTP/2 and WebSocket microservices framework focused on performance and scalability. [MIT] * [Civetweb](https://github.com/civetweb/civetweb) - Provides easy to use, powerful, C/C++ embeddable web server with optional CGI, SSL and Lua support. [MIT] * [C++ REST SDK](https://github.com/Microsoft/cpprestsdk) - Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. [MIT] * [CppCMS](http://cppcms.com/) - A Free High Performance Web Development Framework (not a CMS). [LGPLv3]