Based on our record, Oatpp should be more popular than websocketd. It has been mentiond 6 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Reminds me quite a bit of websocketd as well, which converts a stdin/stdout program to a websocket: http://websocketd.com/. - Source: Hacker News / about 1 year ago
I hadn't even considered collecting traces/spans in this way yet, and have taken the approach of "stuff outputting logs in JSON format to stderr/local file". I usually end up writing a (temporary, structured) log message with the relevant span tags, but wouldn't it would be much better to run the actual trace/span code and be able to verify it locally without the ad-hoc log message? The prototype I built is a web... - Source: Hacker News / almost 2 years ago
I also used to use this (http://websocketd.com/) along with netcat(1) before just biting the bullet and writing my own websocket library for our server as we needed to scale up slightly. Source: over 2 years ago
Http://websocketd.com/ (Runs command line C or C++ programs as websocket programs, similar to inetd / CGI). Source: over 3 years ago
Oat++(OatPP) is a lightweight C++ Web framework. Out of the box, it provides REST API with built-in JSON serialization/deserialization features, which could be interfaced with your DTOs. - Source: dev.to / 11 months ago
OatPP(Oat++) is an open-source lightweight C++ Web Framework. - Source: dev.to / 11 months ago
With the right libraries, C++ could be a good fit for applications that want to expose a fast web API to things that need lots of compute (simulators, for instance) or I/O (interactive editing of large datasets). Projects like Oat++ and Crow give me hope that we might see such an ecosystem develop. Source: about 2 years ago
Maybe use something like https://oatpp.io to create a REST API: C++ in the backend with this library to create a REST server, and the JavaScript/TypeScript frontend to ask for the information. Source: about 3 years ago
As for your web problem, I have only used https://oatpp.io/ in the past but I'm sure there are more frameworks like that on the internet. Source: over 3 years ago
soketi - Your simple, fast, and resilient open-source WS server.
Cutelyst - Qt-based web framework using the elegant approach of Catalyst framework
BrainyCP - Multi-functional server hosting control panel for Linux
Crow - A Fast and Easy to use microframework for the web.
myws.dev - Add WebSocket to your app within 5 min, no vendor lock-in
Crow framework - C++ micro web framework inspired by Python Flask