You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to run a production instance of an application a separate command will be needed, since constant reloading won't be needed and the client side assets can be built and optimised before being served from the web server.
This is one of the core features needed to make Porous feasible.
At the very least the JavaScript assets should be built once and placed in the static folder and only the web application, socket communication and static server should be running. Later optimisations might include minifying and obfuscating the JavaScript and serving it using GZip or Brotli compression.
The text was updated successfully, but these errors were encountered:
In order to run a production instance of an application a separate command will be needed, since constant reloading won't be needed and the client side assets can be built and optimised before being served from the web server.
This is one of the core features needed to make Porous feasible.
At the very least the JavaScript assets should be built once and placed in the static folder and only the web application, socket communication and static server should be running. Later optimisations might include minifying and obfuscating the JavaScript and serving it using GZip or Brotli compression.
The text was updated successfully, but these errors were encountered: