How can I develop and host web application using Qt ?
-
wrote on 19 Nov 2013, 14:16 last edited by
How can I develop website using Qt and host that website into a hosting server ? Also is there have any web hosting company for that?
-
I advise you look for a different framework/ programming language. C++ and Qt are not really useful for writing web pages, unless you are a masochist. The only thing that can be vaguely useful for you here, is the QmlWeb project.
Things you can check out instead:
- Ruby on Rails
- Python
- (yuck!) PHP
- Joomla!
- etc.
-
wrote on 9 Jun 2015, 10:28 last edited by
I am actively developing QtWebServer for what you want to do:
https://github.com/cybercatalyst/qtwebserverSee examples here:
https://github.com/cybercatalyst/qtwebserver-examples -
wrote on 21 Jun 2015, 14:05 last edited by Heiko93
Have a look at the treefrog framework: http://www.treefrogframework.org/
You might also have a look at http://cppcms.com or my favourite: http://pocoproject.org/ but they are not really mixed with Qt, but as always with c++ you can use Qt with them.
I have made several web projects in c++ and i am not a masochist... unfortunately there is no known c++11 or higher framework right now - which would make c++ an even better solution for web projects, but modern c++ is not less suitable then any other language for web development. Actually i think you must be a masochist to develop web projects in PHP ;)
edit i just remembered: cppcms requires a commercial license when you want to develop closed source software, its ok for open source... at least this was the situation last time i checked.
-
wrote on 25 Jan 2016, 07:54 last edited by JKSH
This depends on what you mean by "web application". If you mean an application that can show parts of a web page in its interface as rendered HTML, like a browser - you can.
Regards,
Ben
[External link removed --JKSH] -
wrote on 25 Jan 2016, 09:13 last edited by
Well, this is a two year old thread, so the original poster has probably solved their issue, but if someone really wants to do web pages with Qt, there is the silk framework from the Japanese Qt users group:
https://github.com/qt-users-jp/silk