Skip to content

Let calculation persist without active websocket connection #5

@dalcde

Description

@dalcde

This would allow running the backend on some persistent server and then returning to the calculation anytime, anywhere. This would also allow for testing or doing background calculations without a browser, which may be convenient.

This would mean the computation history would move back to the backend instead of the frontend, but we we can deal with that.

The backend should be capable of simultaneously running several unrelated computations (e.g. if it has more than one user).

The only issue to think about is to make sure it is not easy to accumulate "abandoned" calculations, because that can be pretty taxing on memory.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions