How to host C++ application on the web server, so that it can be reached through web request (GET/POST) and then give back its output back to the client?

  1. FAQ
  2. »
  3. Open Cloud

You can start from this article.

Web application should connect to Worker app through WebSocket connections. Through WebSocket, you can send commands to be executed on the Worker side.