Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Qt C++ as a a server side scripting Language and How could it be done (conceptually)

    C++ Gurus
    3
    4
    3328
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      KodeHue last edited by

      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

      --
      Regards,
      Hubert Graham
      Student & Software Engineer
      Sapna

      1 Reply Last reply Reply Quote 0
      • T
        TioRoy last edited by

        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.

        1 Reply Last reply Reply Quote 0
        • K
          KodeHue last edited by

          @TioRoy Thanks for the reply man! i will look into the suggestions you gave. Thanks again

          --
          Regards,
          Hubert Graham
          Student & Software Engineer
          Sapna

          1 Reply Last reply Reply Quote 0
          • L
            lgeyer last edited by

            There is another interesting project, "Qt for Google Native Client":http://qt-project.org/wiki/Qt_for_Google_Native_Client.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post