-
Not sure who uses but there's an interesting toolkit for it: https://www.webtoolkit.eu/wt
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
If you're interested in scaling and asynchronous programming in c++ I highly recommend you investigate the SeaStar application framework. You wouldn't build a web service with SeaStar, rather you would build the infrastructure that you would use to build the web service on top of. https://github.com/scylladb/seastar
-
Utuputki, a collaborative video playlist for LAN parties. Uses civetweb for the web interface, youtube-dl (or yt-dlp) for downloading videos and libVLC for playing them. Written in C++ because it needs to be light enough to run on a Raspberry Pi.
-
WebGui
An example demo of IMGUI (Immediate Mode GUI) on the web. Using only WebGL, GLFW and ImGui. Suitable for being compiled to web assembly (WASM).
You mean like this?
-
I've been doing quite a bit of work with Emscripten, trying to build traditional C++ classes to manage a website, fed through jquery. I quite like Emscripten, and the produced WebAssembly code is crazy fast. All-in-all, I'd recommend giving it a try.
-
I am serving static HTML from a web server, which I have built myself using C++: https://github.com/pfirsich/htcpp. I am not sure if that even counts, but I'm kind of proud of it. And I use it to serve my personal website: https://theshoemaker.de.
-
I wrote my own little backend http library in C. It's Linux only right now and depends on posix threads. I've used it for a few websites and home projects.
-
Yandex uses a lot for backend. Also released this framework
-
https://github.com/uNetworking/uWebSockets (has both for HTTP/S and WebSockets)
-
My search for a C++ framework for web development would be treefrog framework. Look up on the site the companies that use it.
-
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.
Did someone used Poco's Net Library to create a Rest Api? Poco Project