Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Production Mode #3

Open
exastencil opened this issue Feb 23, 2024 · 0 comments
Open

Production Mode #3

exastencil opened this issue Feb 23, 2024 · 0 comments
Assignees
Labels
core A core feature new Something that needs to be built from scratch
Milestone

Comments

@exastencil
Copy link
Owner

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.

@exastencil exastencil added the core A core feature label Feb 23, 2024
@exastencil exastencil added this to the v1.0 milestone Feb 23, 2024
@exastencil exastencil self-assigned this Feb 23, 2024
@exastencil exastencil added the new Something that needs to be built from scratch label Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core A core feature new Something that needs to be built from scratch
Projects
None yet
Development

No branches or pull requests

1 participant