Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

david19's avatar

Laravel Forge Websocket for all Clients

Hello Team, simple Question:

  1. I will buy a extra server on digital ocean via forge. On this server i will install only the laravel websocket (beyondco).

  2. I will buy a second server for my projects. Can i use this websocket for all projects which stands on other server?

If yes, how difficult is that? Because then, i will use only pusher.com. Its not free, but very easy. And i can use for all projects.

0 likes
1 reply
squibby's avatar
squibby
Best Answer
Level 8

Laravel websockets does have multi tenancy out of the box if I remember. You could use it for multiple projects and keep it on separate server. I have used it and it is great but can a bit complex to set up depending on what you are doing.

Pusher does have a free tier so thats a great option too if you are not using it too heavily I would go with that.

1 like

Please or to participate in this conversation.