Is it possible to use JET api to create a self hosted application and delpoy in our webserver?

Is it possible to use JET api to create a self hosted application and delpoy in our webserver?

Best Answer

  • Zhenya Kovalyov
    Answer ✓

    @infospica JET is a client-side library, it is tied to a container in which it is executed, rather than depending on where the javascript module is hosted and served from. 'Reverse-proxy' has nothing to do with JET.

Answers