Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi. I want to make Web server on my local address and i want to read some data from sqlite and send to my local address . any body call my url, can reach these data. How can do this?
@Saman19 You may want to check out Cutelyst if you want to support the HTTP protocol.
If you do not need to rely on HTTP, but just want to receive JSON (or any custom protocol), take a look at QTcpServer examples.