When deploying your application, make sure that you bundled ActiveUI in production mode. This will ensure that the code is compressed, obfuscated and will disable all assertions and costly developement warnings.
There is no server component to ActiveUI: once compiled, it is reduced to a set of static HTML, CSS and JavaScript files. This means that any application server able to serve static files can serve ActiveUI.
As to where to deploy ActiveUI, here are the different possibilities architecture-wise:
Whichever application server is used (Jetty, Tomcat…), please make sure that compression is enabled for both:
This will ensure that static files such as ActiveUI HTML, CSS and JavaScript resources, but also results from REST calls and data sent through WebSockets from ActivePivot server are compressed.