April 10, 2012

Sridhar C Sridhar C
Lab Rat
5 posts

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

April 10, 2012

leon.anavi leon.anavi
Mad Scientist
1044 posts

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?

 Signature 

http://anavi.org/

April 10, 2012

RaubTieR RaubTieR
Lab Rat
42 posts

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.

April 11, 2012

Sridhar C Sridhar C
Lab Rat
5 posts

@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)

April 11, 2012

KA51O KA51O
Robot Herder
380 posts

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]

April 11, 2012

Volker Volker
Robot Herder
5428 posts

The tag search on soap should bring you quite a bunch of forum threads on that topic.

July 23, 2012

s.frings s.frings
Lab Rat
40 posts

Checkout QtWebapp, which is a HTTP server based on QTcpServer plus an example application.
http://stefanfrings.de/qtwebapp/index-en.html

September 5, 2012

anuj anuj
Lab Rat
3 posts

Please Checkout this link very useful and easy………..
and if u have any doubt plz let me know…..

https://github.com/nikhilm/qhttpserver

 
  ‹‹ Qt SDK not working      File handling using Qt for Mobiles ››

You must log in to post a reply. Not a member yet? Register here!