How It Works
- The web client sends the login information to the web server.
 - The web server checks that the login information is correct.
 - If the login information is correct, the web server sends a list of available applications to the web client.
 - The web client selects the application and notifies the web server.
 - The web server selects the server on which the desired application is located and runs that application.
 - The selected server sends the screen image data of the application to the web server.
 - The web server prepares the received screen image data and sends it to the web client.
 - The web client publishes the received screen image data in a web browser.
 - The web client sends mouse and keyboard events to the selected server.
 - The web client and the selected server exchange data via the web server until the connection between them is disconnected.
