Web Server Implementation
-
wrote on 10 Apr 2012, 06:02 last edited by
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.
-
wrote on 10 Apr 2012, 06:56 last edited by
Have seen the example source code with Qt implementation of "a simple HTTP server":http://doc.qt.nokia.com/solutions/4/qtservice/qtservice-example-server.html based on "QTcpServer":http://qt-project.org/doc/qt-4.8/qtcpserver.html ? Is that what are you searching for?
-
wrote on 10 Apr 2012, 07:31 last edited by
Also in my case I've started with "this":http://www.youtube.com/watch?v=BSdKkZNEKlQ tutorial(s). The guy is telling how to build simple server, and then even multithreaded one.
-
wrote on 11 Apr 2012, 06:28 last edited by
@leon.anavi simple HTTP server is all about message comm via ipaddress and port number alone (no url required). What i am expecting is implementation of web services (needs to generate url)
-
wrote on 11 Apr 2012, 06:48 last edited by
For webservices you could use gSoap or something similar.
Have a look at these threads: "gSoap integration into Qt":http://qt-project.org/forums/viewthread/4784 and "[Solved] Gsoap with nokia Qt SDK problems":http://qt-project.org/forums/viewthread/1553/ -
wrote on 11 Apr 2012, 07:52 last edited by
The tag search on "soap":/search/tag/soap should bring you quite a bunch of forum threads on that topic.
-
wrote on 23 Jul 2012, 08:01 last edited by
Checkout QtWebapp, which is a HTTP server based on QTcpServer plus an example application.
http://stefanfrings.de/qtwebapp/index-en.html -
wrote on 5 Sept 2012, 07:42 last edited by
Please Checkout this link very useful and easy...........
and if u have any doubt plz let me know.....