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
{{ message }}
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
I wanted to know if it's possible to use the same Laravel-Websocket project to serve multiple websocket servers on different ports, so that if I have multiple apps that needs to have their websocket servers separated, I will still have all the logic in one centralized project.
From what I've seen now, the multiple app support provided by Laravel-Webocket is using the same server and the same port, and I can't really have multiple servers for different domains.
For that I will need to either create another separate Laravel-Websocket project that will serve from another port, or, install the Laravel-Websocket in the Laravel projects themselves.
I just thought it would be better to have 1 place that is "responsible" for the websockets
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I wanted to know if it's possible to use the same Laravel-Websocket project to serve multiple websocket servers on different ports, so that if I have multiple apps that needs to have their websocket servers separated, I will still have all the logic in one centralized project.
From what I've seen now, the multiple app support provided by Laravel-Webocket is using the same server and the same port, and I can't really have multiple servers for different domains.
For that I will need to either create another separate Laravel-Websocket project that will serve from another port, or, install the Laravel-Websocket in the Laravel projects themselves.
I just thought it would be better to have 1 place that is "responsible" for the websockets
Thanks
Beta Was this translation helpful? Give feedback.
All reactions