Replies: 1 comment 1 reply
-
Unfortunately it's not possible to use websockets for communication between backend and frontend in production mode. At least not without spawning your own http server listening on localhost, which I wouldn't recommend for a production build. If you are interested in some more technical details why it's not supported, there's a thread on the slack channel with some more information. Just search for websockets and you should be able to find it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am aware that websockets are available in dev mode as that is how the cli and app connect. But there is nothing in the docs on how to do this for production apps. Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions