WebServer that supports both WebSockets and REST using Qt
-
Hello,
I am trying to build a web server that can support both WebSockets and REST in a scalable manner. A Qt c++ client will be used to connect to the server via both WebSockets and REST. My research found TreeFrogFramework and Cutelyst. Both of those are web application server frameworks, and are more oriented towards a webbrowser being the client.What is the best way to build the client/server using Qt? Appreciate any thoughts/pointers.
Thanks.