webservice with Qt
Asked Answered
O

3

2

I'm looking for a code to implement a Web Service with Qt (server side) If you have any information I will appreciate

Regards

Osiris answered 23/7, 2010 at 4:32 Comment(0)
R
1

You can use libqxt to implement the server-side webservice.

If you want to use WebSocket-based webservices this might be more promissing.

Residuary answered 16/4, 2013 at 22:58 Comment(0)
P
0

This one is a fantastic technique: Qt in the Cloud with QWebClient. It really works very well under Ubuntu 10.04.

Pelayo answered 23/7, 2010 at 5:29 Comment(0)
T
0

QttpServer should work for a service requiring:

  • List item
  • Mongo (db)
  • Redis (cache)
  • JSON
  • URL routes
  • and leverages libuv (built for NodeJS).
Tarsia answered 29/12, 2015 at 0:45 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.