JustMe
JustMe

Reputation: 21

webservice with Qt

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

Regards

Upvotes: 2

Views: 4675

Answers (3)

Son-Huy Pham
Son-Huy Pham

Reputation: 1899

QttpServer should work for a service requiring:

  • List item
  • Mongo (db)
  • Redis (cache)
  • JSON
  • URL routes
  • and leverages libuv (built for NodeJS).

Upvotes: 0

vinipsmaker
vinipsmaker

Reputation: 2397

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

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

Upvotes: 1

Mason Zhang
Mason Zhang

Reputation: 3459

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

Upvotes: 0

Related Questions