Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. International
  3. India
  4. Web Server Implementation
QtWS25 Last Chance

Web Server Implementation

Scheduled Pinned Locked Moved India
8 Posts 7 Posters 23.2k 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.
  • S Offline
    S Offline
    Sridhar C
    wrote on last edited by
    #1

    How to implement Web Server in Qt? There is any package or API is available in Qt for web server implementation? web server should have offer web services to the client.

    1 Reply Last reply
    0
    • L Offline
      L Offline
      leon.anavi
      wrote on last edited by
      #2

      Have seen the example source code with Qt implementation of "a simple HTTP server":http://doc.qt.nokia.com/solutions/4/qtservice/qtservice-example-server.html based on "QTcpServer":http://qt-project.org/doc/qt-4.8/qtcpserver.html ? Is that what are you searching for?

      http://anavi.org/

      1 Reply Last reply
      0
      • R Offline
        R Offline
        RaubTieR
        wrote on last edited by
        #3

        Also in my case I've started with "this":http://www.youtube.com/watch?v=BSdKkZNEKlQ tutorial(s). The guy is telling how to build simple server, and then even multithreaded one.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          Sridhar C
          wrote on last edited by
          #4

          @leon.anavi simple HTTP server is all about message comm via ipaddress and port number alone (no url required). What i am expecting is implementation of web services (needs to generate url)

          1 Reply Last reply
          0
          • K Offline
            K Offline
            KA51O
            wrote on last edited by
            #5

            For webservices you could use gSoap or something similar.
            Have a look at these threads: "gSoap integration into Qt":http://qt-project.org/forums/viewthread/4784 and "[Solved] Gsoap with nokia Qt SDK problems":http://qt-project.org/forums/viewthread/1553/

            1 Reply Last reply
            0
            • G Offline
              G Offline
              goetz
              wrote on last edited by
              #6

              The tag search on "soap":/search/tag/soap should bring you quite a bunch of forum threads on that topic.

              http://www.catb.org/~esr/faqs/smart-questions.html

              1 Reply Last reply
              0
              • S Offline
                S Offline
                s.frings
                wrote on last edited by
                #7

                Checkout QtWebapp, which is a HTTP server based on QTcpServer plus an example application.
                http://stefanfrings.de/qtwebapp/index-en.html

                1 Reply Last reply
                0
                • A Offline
                  A Offline
                  anuj
                  wrote on last edited by
                  #8

                  Please Checkout this link very useful and easy...........
                  and if u have any doubt plz let me know.....

                  https://github.com/nikhilm/qhttpserver

                  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