Civetweb
lwan


Civetweb | lwan | |
---|---|---|
6 | 8 | |
2,968 | 5,945 | |
0.9% | 0.0% | |
8.3 | 9.2 | |
about 1 month ago | 10 days ago | |
C | C | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 only |
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.
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 ?
lwan
-
Fast Linked Lists
This is roughly what my JSON parser does. It does type-checking, albeit without using JSON-schema, but an object descriptor that you have to define to parse and generate JSON.
It's been developed for embedded systems (it was written originally for a NATS implementation in the Zephyr RTOS), so it's a bit limited and there's no easy way to know where some parsing/type validation error happened, but the information is there if one wants to obtain it: https://github.com/lpereira/lwan/blob/master/src/samples/tec...
- Show HN: Nano-web, a low latency one binary webserver designed for serving SPAs
-
Show HN: Host a Website in the URL
Absolutely useless fun tech demos are the best kind of demos
https://github.com/lpereira/lwan - presume this is the web server library you're referring to? Very cool.
- Ask HN: Those making $0/month or less on side projects – Show and tell
-
Idea for a long-term advanced C project
I think a web-application based on https://github.com/lpereira/lwan and https://github.com/SanderMertens/flecs would be interesting. It would probably be faster than any other web-application out there. https://www.techempower.com/benchmarks/#section=data-r10&hw=ph&test=json.
-
Performance of coroutine-style lexers in Go
You don't have to use a channel for coordination. Here is a lexer implementation (in C!) that very closely follows Rob Pike's talk and uses a ring buffer for coordination and is plenty fast.
https://github.com/lpereira/lwan/blob/master/src/lib/lwan-te...
If you watch the talk carefully, Rob Pike himself mentions this near the end of the talk.
- Good C Source Code
-
C Deep
lwan - Experimental, scalable, high-performance HTTP server. GPL-2.0-only
What are some alternatives?
Oat++ - 🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.
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++
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.
Onion - C library to create simple HTTP servers and Web Applications.
libmicrohttpd - Mirror from SVN of GNU libmicrohttpd
CppCMS - CppCMS Framework
facil.io - Your high performance web application C framework
drogon - Drogon: A C++14/17 based HTTP web application framework running on Linux/macOS/Unix/Windows [Moved to: https://github.com/drogonframework/drogon]

