Replies: 1 comment 5 replies
-
|
Hi @philmday :) You could technically implement a javascript client connecting directly to the python pubsub server, but i would suggest a different (and simpler) approach. You have 2 main entities in my suggested solution:
Solution outline:
Hope it helps :) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to get a javascript frontend to subscribe to a topic? I want to output data in real-time to a graph from my multiple data crunching python processes.
Beta Was this translation helpful? Give feedback.
All reactions