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