Server side rendering
WebApps offer the possibility to render the app completely server side. If the WebApp does not require any client side functionality e.g. click events or user input you can opt for this possibility.
Since the WebApp will be completely executed server side you can access the Sitevision Public API and server side SDK in any component.
main.js (the client side entry point for the WebApp) can be left empty, but the file is still required.
Example
In the WebApp's it is possible to specify a name. This name will be fetched in the App component to be printed.