Web Server Implementation
How to implement Web Server in Qt? There is any package or API is available in Qt for web server implementation? web server should have offer web services to the client.
7 replies
Have seen the example source code with Qt implementation of a simple HTTP server [doc.qt.nokia.com] based on QTcpServer [qt-project.org] ? Is that what are you searching for?
Also in my case I’ve started with this [youtube.com] tutorial(s). The guy is telling how to build simple server, and then even multithreaded one.
For webservices you could use gSoap or something similar.
Have a look at these threads: gSoap integration into Qt [qt-project.org] and Gsoap with nokia Qt SDK problems [qt-project.org]
The tag search on soap should bring you quite a bunch of forum threads on that topic.
Checkout QtWebapp, which is a HTTP server based on QTcpServer plus an example application.
http://stefanfrings.de/qtwebapp/index-en.html
You must log in to post a reply. Not a member yet? Register here!




