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

JustMe
  • 21
  • 1
  • 2

3 Answers3

1

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

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

vinipsmaker
  • 2,215
  • 2
  • 19
  • 33
0

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

Mason Zhang
  • 3,423
  • 24
  • 35
0

QttpServer should work for a service requiring:

  • List item
  • Mongo (db)
  • Redis (cache)
  • JSON
  • URL routes
  • and leverages libuv (built for NodeJS).
Son-Huy Pham
  • 1,899
  • 18
  • 19