libmicrohttpd
Civetweb
libmicrohttpd | Civetweb | |
---|---|---|
4 | 6 | |
65 | 2,951 | |
- | 1.6% | |
0.0 | 8.3 | |
almost 9 years ago | 18 days ago | |
C | C | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
libmicrohttpd
-
simple web interface to my C++ application for an embedded project
It's a C API (maybe there is a C++ wrapper) but libmicrohttpd is a pretty good choice.
- XHTTP: An HTTP server library in a single C file
-
What's the most standard way of having a button press on my own website call a function in my C++ program?
Honestly, I think the HTTP server route would be what I'd recommend. Something like libmicrohttpd: https://www.gnu.org/software/libmicrohttpd/
- C++ fread() can't get any data?
Civetweb
- Civetweb: Lightweight Embedded C/C++ Web Server
-
Experience using crow as web server
Alternatives at the low to medium level of abstraction include civetweb and mongoose, which have a common ancestor. Both of these appear to be C rather than C++, but seem to be production quality and well-documented. Another C library is cpp-httplib, which is probably too low-level for me.
- Gute Full Stack Tutorials gesucht.
-
XHTTP: An HTTP server library in a single C file
Also overlaps with mongoose.{c,h} (GPL; not the MongoDB Mongoose) and its fork CivetWeb (MIT license).
https://github.com/cesanta/mongoose
https://github.com/civetweb/civetweb
- Implement REST API into a C program
- How to use C to make a backend web server ?
What are some alternatives?
Mongoose - Embedded TCP/IP network stack with embedded web server, Websocket, and MQTT client
Oat++ - 🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.
xHTTP - A lightweight HTTP server as a library.
Crow - Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
Pistache - A high-performance REST toolkit written in C++
facil.io - Your high performance web application C framework
Onion - C library to create simple HTTP servers and Web Applications.
Kore - An easy to use, scalable and secure web application framework for writing web APIs in C or Python. || This is a read-only mirror, please see https://kore.io/mail and https://kore.io/source for information on how to contribute via the mailing lists.
drogon - Drogon: A C++14/17 based HTTP web application framework running on Linux/macOS/Unix/Windows [Moved to: https://github.com/drogonframework/drogon]
lwan - Experimental, scalable, high performance HTTP server
httpp - Micro http server and client written in C++
Wt - Wt, C++ Web Toolkit