Give artifacts access to a database or persistent memory
Henrik Hjort
Artifacts currently have no storage beyond the viewer's own browser, so nothing they produce survives reliably or can be shared between users. Even a simple serial number generator becomes unusable: the counter is lost when the browser cache is cleared, and two people using it get different numbers.
Artifacts need access to a database or persistent memory, shared across everyone who opens the artifact.
Log In