Questions tagged [qtwebapp]

QtWepApp is a HTTP server library in C++, inspired by Java Servlets. For Linux, Windows, Mac OS and many other operating systems that the Qt Framework supports.

QtWebApp contains the following components

  • HTTP Server
  • Template Engine
  • File Logger
  • Windows Service Installer

These components can be used independently of each other.

For more information, visit http://stefanfrings.de/qtwebapp/index-en.html

4 questions
1
vote
1 answer

How to make Qt Websocket and QNetworkRequest (HTTP) to use the same connection?

Is it possible with Qt to upgrade a HTTP connection that handles the normal HTTP requests to a Websocket with the same connection? I'm thinking about something like this with Poco libraries, but all done in Qt similar to QtWebApp.
Darien Pardinas
  • 5,910
  • 1
  • 41
  • 48
0
votes
1 answer

Qt webenginewidgets troubleshoots

I'm using Qt Creator 4.10.1 in Windows 7 ( Qt version 5.13.1 (MSVC 2017, 32 bit) ). I'm triying to make a navigator app for Windows. When I try to use the " webenginewidgets " in my *.pro file and execute the qmake I have this error " Unknown…
Billal Ouali
  • 77
  • 1
  • 5
0
votes
1 answer

Chrome, Chromium, Firefox requesting page twice on QtWebApp

I'm trying to create a simple web app server using QtWebApp, but Chrome, Firefox and chromium always requesting the page twice HttpListener: Listening on port 8084 HttpConnectionHandler (0x642770): constructed HttpConnectionHandler (0x6436e0):…
Kokizzu
  • 24,974
  • 37
  • 137
  • 233
0
votes
3 answers

How to create QtWebApp application

I'm trying to use QtWebApp to create a simple web app server, but it shows some error that i could not figure how to fix, any hint how to fix this? here's what i've done: = downloading QtWebApp-src.zip from http://stefanfrings.de/qtwebapp/ =…
Kokizzu
  • 24,974
  • 37
  • 137
  • 233