[Interest] Best Qt Webserver?

Jason H scorp1us at yahoo.com
Tue Feb 21 21:35:52 CET 2012


Thanks, but Qt's SOAP support is abhorrent. Down that path there be dragons. I don't want to try to implement a gSoap server and deal with Qt's outdated SOAP. 
Plus soap in itself is overkill. I just want something to do the HTTP parsing, and handle the transport (various encodings like fixed or chunked, etc). Via some means, I should be able to map a URL to a QObject or QObject's slot. 


Even PHP has their own webserver now.



________________________________
 From: Marcelo Estanislau Geyer <estanisgeyer at hotmail.com>
To: interest at qt-project.org 
Sent: Tuesday, February 21, 2012 3:20 PM
Subject: Re: [Interest] Best Qt Webserver?
 

 
See gSoap
http://www.cs.fsu.edu/~engelen/soap.html

Marcelo E. Geyer



________________________________
Date: Tue, 21 Feb 2012 11:47:34 -0800
From: scorp1us at yahoo.com
To: interest at qt-project.org
Subject: [Interest] Best Qt Webserver?


After a long dearth of no webservers, it seems that Qt has several. 

I've tried libQxt, but can't get it to work.
I've looked at QHttpServer (based on a C parser and has some Q* issues)

Nothing quite suits my fancy. Does anyone know if there is a fully C++ Qt webserver that works?

_______________________________________________
Interest mailing list
Interest at qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
_______________________________________________
Interest mailing list
Interest at qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20120221/0508f797/attachment.html>


More information about the Interest mailing list