Qt 6.11 is out! See what's new in the release
blog
Qt RPC Framework
-
Hi everyone,
Just released a Qt RPC framework — a lightweight implementation designed to decouple Qt front-end and back-end development. Adopts a Qt embedded module approach, ready to use out of the box, and easy to integrate into existing projects.Looking forward to everyone trying it out.
GitHub: https://github.com/Starry-Oceaning/qtrpc
If you have any questions, you can ask them in the "issue" section, and I will answer them regularly.
-
Thanks for offering this, how would you say this compares to Qt Remote Objects or GRPC?