livebook-dev / kino

Client-driven interactive widgets for Livebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for messaging a single JS view client

jonatanklosko opened this issue · comments

Currently we have broadcast_event that pushes to everyone, but in certain cases we may want to talk to a specific client. See livebook-dev/livebook#1297 (comment).