问题
I'm looking for a code to implement a Web Service with Qt (server side) If you have any information I will appreciate
Regards
回答1:
You can use libqxt to implement the server-side webservice.
If you want to use WebSocket-based webservices this might be more promissing.
回答2:
This one is a fantastic technique: Qt in the Cloud with QWebClient. It really works very well under Ubuntu 10.04.
回答3:
QttpServer should work for a service requiring:
- List item
- Mongo (db)
- Redis (cache)
- JSON
- URL routes
- and leverages libuv (built for NodeJS).
来源:https://stackoverflow.com/questions/3315411/webservice-with-qt