You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, thanks a lot for creating this beautiful project!
I am struggling to get a backend service and a Websocket service running at the same time. Do you think it's possible to introduce a ws:// protocol?
The text was updated successfully, but these errors were encountered:
On Feb 4, 2021, at 13:59, IJustDev ***@***.***> wrote:
Hey there, thanks a lot for creating this beautiful project!
I am struggling to get a backend service and a Websocket service running at the same time. Do you think it's possible to introduce a ws:// protocol?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Websocket is tcp, and the wait-on library supports waiting for tcp. I was able to get this working using the syntax tcp:3000 to wait for a websocket on port 3000
Hey there, thanks a lot for creating this beautiful project!
I am struggling to get a backend service and a Websocket service running at the same time. Do you think it's possible to introduce a
ws://
protocol?The text was updated successfully, but these errors were encountered: