Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. How can I develop and host web application using Qt ?

How can I develop and host web application using Qt ?

Scheduled Pinned Locked Moved Qt WebKit
7 Posts 6 Posters 5.0k Views
  • 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.
  • M Offline
    M Offline
    masum
    wrote on last edited by
    #1

    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?

    Kind Regards

    Md. Rashidul Hasan
    Software Architect
    OnnoRokom Software Ltd.
    Cell: 8801836885252

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      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.

      (Z(:^

      1 Reply Last reply
      0
      • M Offline
        M Offline
        masum
        wrote on last edited by
        #3

        @sierdzio

        Thanks for your reply. But I am looking C++ for all development.

        Kind Regards

        Md. Rashidul Hasan
        Software Architect
        OnnoRokom Software Ltd.
        Cell: 8801836885252

        1 Reply Last reply
        0
        • cybercatalystC Offline
          cybercatalystC Offline
          cybercatalyst
          wrote on last edited by
          #4

          @masum

          I am actively developing QtWebServer for what you want to do:
          https://github.com/cybercatalyst/qtwebserver

          See examples here:
          https://github.com/cybercatalyst/qtwebserver-examples

          1 Reply Last reply
          0
          • H Offline
            H Offline
            Heiko93
            wrote on last edited by Heiko93
            #5

            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.

            1 Reply Last reply
            0
            • B Offline
              B Offline
              BenTomas
              wrote on last edited by JKSH
              #6

              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]

              http://www.iflexion.com/

              1 Reply Last reply
              0
              • tekojoT Offline
                tekojoT Offline
                tekojo
                wrote on last edited by
                #7

                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

                1 Reply Last reply
                0

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved