C++ wrapper for libsoup or alternative

Hello people, hope all of you have a wonderful day.

Is there a official or maintained c++ wrapper for libsoup?

I’m trying building an application with gtk-- so it’s desirable to everything be in c++.

Is there any native c++ library for simple networking capabilities with asynchronous design that you recommend? (I know there are possibly many out there but which one is better fit for GNOME stack)

Thanks for your time :tumbler_glass::white_heart:

In general we have two C++ solutions, the older glibmm style ones and newer cppgir.

Unfortunately I think nobody is using libsoup with either.

If it were me I would investigate using cppgir with it: Mark Nauwelaerts / cppgir · GitLab

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.