QtWebServer examples
-
QtWebServer is an attempt to create a high-performance Qt based web application server, ie. a web server that runs native C++/Qt code in order to deliver websites.
I've spent quite some time refining QtWebServer and now it's time for a bunch of examples on how to get you going: https://github.com/cybercatalyst/qtwebserver-examples
Read more about QtWebServer here:
https://github.com/cybercatalyst/qtwebserver -
Hi,
Nice ! Thanks for sharing !
-
Nice thing.
BTW, ever had a look at QtWebApp by Stefan Frings ?
http://stefanfrings.de/qtwebapp/tutorial/index.html -
@sirop
Thanks for the hint, I dropped him a mail a minute ago. -
@cybercatalyst
I have added two additional tags to your thread. Hope that helps to find this again. ;) -
@sirop
Today I received an answer from Stefan, the man behind QtWebApp. He says his project is not being developed further, since it has reached its final destination in a commercial product. He will not add features or extend it, just provided bugfixes.He is not interested in further development.
-
His source code may still be of some help as
You may download it for free and use the program under the conditions of the LGPL License.
-
Yes, but I think feature-wise QtWebServer is already more superior than QtWebApp.
-
@cybercatalyst said:
Yes, but I think feature-wise QtWebServer is already more superior than QtWebApp.
Agree. Therefore I watch your repo from now on. :)