-
-
JetBrains
Tell us how you use coding tools. You may win a prize! Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!
-
i mostly use https://github.com/yhirose/cpp-httplib as its easy and header only
-
If you really want to use C++, check out something like Crow, https://crowcpp.org/ and same thing, you can pass messages between the server and your application
-
BTW give a look to https://github.com/Gregwar/mongoose-cpp
-
Oat++
🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.
I've used OATPP ( https://github.com/oatpp/oatpp ) which worked nicely for setting up simple rest interfaces. Supports things like swagger & websockets out of the box. It's also on Conan which is nice if you use cmake. I can't speak to it's performance but it has about a 1mb binary size footprint.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Related posts
-
Experience using crow as web server
-
RESTful API framework
-
How I deployed my first project for my devops portfolio: Project Architecture
-
VueJS goes to microcontroller firmware. This website runs in ESP32 board, with frontend is made with VueJS, TailwindCSS and backend is written in C++.
-
REST APIs using C++. (Is this even done much?)