cpp-httplib
Crow
cpp-httplib | Crow | |
---|---|---|
38 | 35 | |
12,832 | 3,174 | |
- | 2.5% | |
9.3 | 8.4 | |
3 days ago | 3 days ago | |
C++ | C++ | |
MIT License | 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.
cpp-httplib
-
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.
-
REST APIs using C++. (Is this even done much?)
I use this all the time to expose an admin rest interface to my public installations.
-
C++ websocket and HTTP client
I'm using this one: https://github.com/yhirose/cpp-httplib
- Compiling CrowCPP on Windows and about to kms
-
PocketPy: A Lightweight(~5000 LOC) Python Implementation in C++17
Every one of these libraries uses CMake to make it easier for end users to consume their libraries. In fact your example uses CMake as well such that I can consume it the way I describe above.
- xbps-src ARM: glslangValidator: cannot execute binary file: Exec format error
-
How to handle HTTPS - to dynamic link, or find a better solution?
Through development I've been making requests to my locally hosted sever using cpphttplib via HTTP and always had the intention of using HTTPS once my website was live. Not the smartest idea to leave this until the end, I know.
-
Why is there no simple http request/response library?
Have you tried searching the internet? https://github.com/yhirose/cpp-httplib
-
Issues with libssl on Mac
I'm new to C++, and have been trying to make a simple HTTP request. I stumbled on cpp-httplib and decided to try it out.
- What are some cool modern libraries you enjoy using?
Crow
-
Experience using crow as web server
I'm investigating using C++ to build a REST server, and would love to know of people's experiences with Crow-- or whether they would recommend something else as a "medium-level" abstraction C++ web server. As background, I started off experimenting with Python/FastAPI, which is great, but there is too much friction to translate from pybind11-exported C++ objects to the format that FastAPI expects, and, of course, there are inherent performance limitations using Python, which could impact scaling up if the project were to be successful.
-
REST APIs using C++. (Is this even done much?)
How about Crow?
- Crow – Flask in C++
-
What library/framework to use for writing a Web server?
https://github.com/CrowCpp/Crow is super easy to use
-
Transport agnostic Websocket library
I recommend Crow, it's a web framework that supports HTTP and Websockets. It's a bit larger than being only there to just let you compose or decode a packet. But I'm pretty sure everything you mentioned is there already :)
-
What's next after learncpp.com?
It's also very useful to get to grips with using some popular libraries. Some might be ones that you'll find yourself using everywhere (e.g. fmt, spdlog, catch2), and some that have more specific usage, but are good to try out and explore what C++ can do in a ridiculously easy-to-use manner (e.g. crow, Dear ImGui). Make some toy projects that use some of these and you'll learn a lot.
-
Can I use C++ in the backend ?? Any frameworks there ??
I've been working on Crow for quite a while now, it's a pretty cool framework IMO.
-
Can we use C++ in the backend ?? Any frameworks there ??
Crow
-
Have there been any attempts to build a REST API service on top of either Boost.asio or Boost.beast?
You can also consider https://crowcpp.org/.
- Networking TS: first impression and questions;
What are some alternatives?
libcurl - A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features
Oat++ - 🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.
C++ REST SDK - The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Boost.Beast - HTTP and WebSocket built on Boost.Asio in C++11
cpr - C++ Requests: Curl for People, a spiritual port of Python Requests.
Pistache - A high-performance REST toolkit written in C++
Mongoose - Embedded Web Server
µWebSockets - Simple, secure & standards compliant web server for the most demanding of applications
POCO - The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
RESTinio - Cross-platform, efficient, customizable, and robust asynchronous HTTP(S)/WebSocket server C++ library with the right balance between performance and ease of use