Using the ZFE JavaScript API

Using JavaScript in a browser you can embed the ZFE web client in a web page. Your end users, by accessing a common web page, can interact with the web client and connect to the host application providing the ability to:

  • Programatically interact with host sessions.

  • Run it “headlessly”, meaning you can access all its functionality without having a visible interface embedded in the web page.

There are getting started and other tutorials available for your use. The API documentation, along with the tutorials, is available online and in <install dir>\sessionserver\sdk\javascript.

Related Topics