- Notifications
You must be signed in to change notification settings - Fork1.5k
Add websockets or add an example of how to use websockets with the existing framework.#1278
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
PyScript looks fantastic. However, I need a websocket for my current project. Is it possible to use a JS websocket object with PyScript instead of relying on the PyPi websocket ? Could someone do an example of how to implement a websocket with PyScript ? Something like the equivalent of thishttps://pypi.org/project/websockets/ Keep up the great work. Edit https://www.reddit.com/r/PyScript/comments/uvlhsw/pyscript_and_websockets/ |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment
-
~1 year after OP started this discussion. I see WebSockets reference in docs: However, when trying to establish connection to existing and working endpoint as shown in the example, WebSocket connection to the endpoint fails. |
BetaWas this translation helpful?Give feedback.