beyondcode / laravel-websockets

Websockets for Laravel. Done right.
https://beyondco.de/docs/laravel-websockets
MIT License
5.08k stars 628 forks source link

Project dead ?! #1186

Closed paraflu closed 9 months ago

paraflu commented 9 months ago

The project seem dead and is time to take a choice for my project...

Anyone can share experience with self hosted websocket server for Laravel?

m-pastuszek commented 9 months ago

Hey, I ended up deploying standalone Soketi server. It was quite easy, because it uses same Pusher driver so only variables changes are required on client and server sides.

About Soketi, It was quite easy to setup on Debian with Virtualmin.

lacoste-sochi commented 9 months ago

Hi!

It is a pity that the project has not been developing for a long time =(

As for Soketi, I don't think it's a good idea. Unfortunately, developers are engaged in politics and propaganda. https://github.com/soketi/soketi/issues/420

I think that Taylor Otwell would not approve of such a thing, recommending the project on official documentation. https://laravel.com/docs/10.x/broadcasting#open-source-alternatives-node

I believe that there should be no politics in programming.

Please do not abandon your project.

parallels999 commented 9 months ago

@lacoste-sochi also the maintainer is a j3лk, but it's the only option left.

lacoste-sochi commented 9 months ago

@parallels999

I think there are many more alternatives For example https://centrifugal.dev/blog/2021/12/14/laravel-multi-room-chat-tutorial

https://github.com/centrifugal/centrifugo

https://centrifugal.dev/docs/getting-started/ecosystem#framework-integrations

parallels999 commented 9 months ago

Looks interesting, thanks for the information.

epixian commented 9 months ago

I think that Taylor Otwell would not approve of such a thing, recommending the project on official documentation. https://laravel.com/docs/10.x/broadcasting#open-source-alternatives-node

Completely agree. It devalues the Laravel brand name when the packages listed in official docs don't work out of the box with the framework. I opened a PR but Taylor immediately closed it. :/

https://github.com/laravel/docs/pull/9284

parallels999 commented 9 months ago

@epixian look at laravel-docs again, already removed https://github.com/laravel/docs/commit/9c42f8596c5ceadc3496f20044b7a38f620419a2

epixian commented 9 months ago

@epixian look at laravel-docs again, already removed laravel/docs@9c42f85

Good to see! Bit of a snub to close the PR and do it himself, but glad to see it's been updated.

eugenefvdm commented 9 months ago

The future of Websockets has arrived: https://reverb.laravel.com/ 1st party integration.