webservice with Qt

微笑、不失礼 提交于 2019-12-11 00:22:02

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!