libmicrohttpd
Mirror from SVN of GNU libmicrohttpd (by rboulton)
xHTTP
A lightweight HTTP server as a library. (by cozis)
libmicrohttpd | xHTTP | |
---|---|---|
4 | 4 | |
65 | 155 | |
- | 1.3% | |
0.0 | 4.2 | |
almost 9 years ago | 5 months ago | |
C | C | |
GNU General Public License v3.0 or later | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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
Posts with mentions or reviews of libmicrohttpd.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-15.
-
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?
xHTTP
Posts with mentions or reviews of xHTTP.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-31.
-
Kindly review this C QuickJS HTTP streaming Web server module
If you want to make it better but aren't interest in that much programming, you may be interested in super minimal http servers like httpserver.h or xhttp (I wrote this!) which match exactly this use case.
-
Can you rate my skills?
Just today it occurred to me that I could ask you guys!! Can you rate my skills as a programmer? I'd love to have your opinions. I have some of my favourite projects on github. The more noteworthy are: * Noja, an interpreter for a simple programming language I designed * xHTTP, an HTTP 1.1 web server library in a single c file * c2html, a tool to generate an html syntax highlighted version of C code
- XHTTP: An HTTP server library in a single C file
-
I'm writing an HTTP server in C, but now I have some questions...
Also, if any of you have any feedback or questions, i'd be happy to have a discussion! The repository is hosted on GitHub.
What are some alternatives?
When comparing libmicrohttpd and xHTTP you can also consider the following projects:
Mongoose - Embedded TCP/IP network stack with embedded web server, Websocket, and MQTT client
httpserver.h - Single header library for writing non-blocking HTTP servers in C
Civetweb - Embedded C/C++ web server
Noja - A programming language written for fun!
webserver-c - A simple HTTP webserver written in C.
c2html - Tool to add HTML syntax highlighting to C code snippets.
quickwebserver - Implementation of HTTP web server in the QuickJS Runtime
captureSystemAudio - Capture system audio ("What-U-Hear")