Page 1 of 1

C++ based webserver and application server?

Posted: Mon Aug 28 2017 7:21 am
by grant
Hi, An area of great concern to me is the need to run "web-app-servers" to supply APIs like REST, as well as websockets to mobile and desktop clients.

Qt does not supply a Http server, while it does have a client.

Are you planning to produce a set of c++ http classes (or full daemon) on the order of Microsoft Kesterel, Node.js? Or can you recommend a library or webserver written in c++?

++Regards
Grant
cppmsg.com

Re: C++ based webserver and application server?

Posted: Sat Sep 02 2017 1:31 am
by ansel
Hi Grant,

An HTTP server is not something in our current roadmap. If this is something you are interested in contributing to, let us know and we would be happy to discuss it further.

Thanks for the suggestions,
Ansel

Re: C++ based webserver and application server?

Posted: Wed May 31 2023 3:02 am
by jeffw
Hi Grant,

This post looks pretty old, but just in case anyone else is interested I have had a lot of success with QtWebApp for this need.
http://stefanfrings.de/qtwebapp/index-en.html

I used Peppermill to convert it to Copperspice.
One note is that I am using an older version (2019_12_23) since I haven't gone through the process of updating it for a while.

Jeff

Re: C++ based webserver and application server?

Posted: Wed May 31 2023 6:11 pm
by barbara
I haven't gone through the process of updating it for a while.
This sounds really cool. If you would like us to look at any thing and offer some suggestions please let us know.

Barbara