Skip to content

How It Works

  1. The web client sends the login information to the web server.
  2. The web server checks that the login information is correct.
  3. If the login information is correct, the web server sends a list of available applications to the web client.
  4. The web client selects the application and notifies the web server.
  5. The web server selects the server on which the desired application is located and runs that application.
  6. The selected server sends the screen image data of the application to the web server.
  7. The web server prepares the received screen image data and sends it to the web client.
  8. The web client publishes the received screen image data in a web browser.
  9. The web client sends mouse and keyboard events to the selected server.
  10. The web client and the selected server exchange data via the web server until the connection between them is disconnected.