2023-01-24


mostly used when you need to maintain the entire state in memory for operating your app (code editor, large figma document, pixel streaming). The way it works is to spin up a dedicated process on the server for each user and maintain state in that process and have a persistent connection to that. This is similar to what coda does with its webworkers too.