Re: [Development] Feedback on Qt RESTful client development

2023-05-12 Thread drwho
FoxMQ is a layer 7 protocol supporting publish / subscribe, query / response and broadcast messaging.  It is currently being implemented from a specifcation . * messages are made of a header, topic and content. * clients can _subscribe_ to a

[Development] Feedback on Qt RESTful client development

2023-05-12 Thread Juha Vuolle
Hi, I'm collecting thoughts on how to make developing Qt REST /client/ applications a smoother experience. Here I'm thinking about a "typical" client application that wants to talk with "typical" REST servers as they exist today. As it stands today, the main options are XMLHttpRequest on QML