C++ based webserver and application server?

Post Reply
grant
Posts: 9
Joined: Mon Aug 28 2017 6:34 am

C++ based webserver and application server?

Post 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
ansel
Posts: 152
Joined: Fri Apr 10 2015 8:23 am

Re: C++ based webserver and application server?

Post 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
Ansel Sermersheim
CopperSpice Cofounder
jeffw
Posts: 5
Joined: Sun Jan 01 2023 6:52 pm

Re: C++ based webserver and application server?

Post 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
barbara
Posts: 447
Joined: Sat Apr 04 2015 2:32 am
Contact:

Re: C++ based webserver and application server?

Post 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
Post Reply