# 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](/faq)
2. »
3. [Open Cloud](/faq/open-cloud)

You can start from [this article](https://docs.opendesign.com/tcloud/tcloud_custom_commands.html).

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