todolist-backend-laravel icon indicating copy to clipboard operation
todolist-backend-laravel copied to clipboard

Suggestion: Replace pusher with beyondcode/laravel-websockets

Open connecteev opened this issue 6 years ago • 2 comments
trafficstars

For Broadcasting & WebSockets, why use pusher (which is a paid product), when we have https://github.com/beyondcode/laravel-websockets

Related to https://github.com/guillaumebriday/todolist-frontend-nuxt/issues/6

connecteev avatar Jul 17 '19 18:07 connecteev

@guillaumebriday quick question here... How can I see the websockets / pusher functionality in the todolist app? I added pusher keys to my laravel/.env and nuxt/.env but don't see anything.

Also no rush but any plans to implement this and replace pusher? Thanks!

connecteev avatar Oct 09 '19 20:10 connecteev

Hey! Sorry for the late answer.

Hum, I think this is the only think you need to do? Do you see any requests in your pusher dashboard ? It works in production though

My anwser is the same as here : https://github.com/guillaumebriday/todolist-frontend-nuxt/issues/6#issuecomment-512570575

I'm sorry I have no time to reimplement that, but I could find to review a PR if needed :)

guillaumebriday avatar Oct 16 '19 14:10 guillaumebriday