holoviz / panel

Panel: The powerful data exploration & web app framework for Python
https://panel.holoviz.org
BSD 3-Clause "New" or "Revised" License
4.75k stars 517 forks source link

Investigate WebSocket Interface Potential #1881

Open ea42gh opened 3 years ago

ea42gh commented 3 years ago

panel and WebSocket Discussion in discourse

Additional context

There are two proof of concept notebooks in gitlab

ea42gh commented 3 years ago

Crossbar.io uses Twisted. Tornado has a Twisted interface.

It would be nice to have an easy way to expose a twisted version of any websocket API.