guillaumebriday / todolist-backend-laravel

Back-end application for Todolist Web application built with Laravel 5.8 and Vue.js
https://todolist-docs.guillaumebriday.me
MIT License
70 stars 22 forks source link

Suggestion: Replace pusher with beyondcode/laravel-websockets #21

Open connecteev opened 5 years ago

connecteev commented 5 years ago

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 commented 5 years ago

@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!

guillaumebriday commented 5 years ago

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 :)