Reputation: 21
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
Reputation: 1899
QttpServer should work for a service requiring:
Upvotes: 0
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
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