https://observablehq.com/@observablehq/introduction-to-serverless-notebooks > Observable notebooks are great for running code in the browser. But sometimes you want more: to allow readers to interact with each other in realtime, say, or to survey readers and show aggregate responses.
[…]
> All that’s left is implementing a WebSocket client to run in the browser.