kino icon indicating copy to clipboard operation
kino copied to clipboard

Support for per-user frames

Open jonatanklosko opened this issue 2 years ago • 0 comments

We can support an additional option in Kino.Frame.render/2 for targeting a specific user. Events generally have an origin field that represents the user, so we would use it as the target. This requires changes to Livebook as well.

In combination with Kino.Control.form/2 this will allow for a per-user request-response flow, while having everyone in the same session. An example would be form with parameters, submitting the form results in a query and the result is rendered to whoever submitted the form.

jonatanklosko avatar May 19 '22 15:05 jonatanklosko