Web Server Implementation
-
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?
-
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.
-
@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)
-
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/ -
Checkout QtWebapp, which is a HTTP server based on QTcpServer plus an example application.
http://stefanfrings.de/qtwebapp/index-en.html -
Please Checkout this link very useful and easy...........
and if u have any doubt plz let me know.....