Qt C++ as a a server side scripting Language and How could it be done (conceptually)
-
I was wondering, though is it even possible to use Qt and c++ as a server side scripting language? Similar to how its done in ASP.NET? If if it was and was implemented with Qt c++ (being available both open source and commercially) it possible could challenge PHP and ASP.NET using c#/VB for web based development. Think about all the possibilities using C++ and Qt. I think using C++ as a scripting language may have a speed boost versus ASP.NET or PHP. What are your thoughts everyone? It would be exciting developing web apps using Qt
-
Check the forum... "here":http://qt-project.org/forums/viewthread/2202
You can check "Wt":http://www.webtoolkit.eu/wt/doc/reference/html/index.html.
You can check "QtWui":http://qtwui.sourceforge.net/index.html too.Server side scripting needs source recompilation... load/reload an object (.exe/.dll/.so) like CGI. This can be slow in a high traffic site.
-
There is another interesting project, "Qt for Google Native Client":http://qt-project.org/wiki/Qt_for_Google_Native_Client.