I'm making an app with 2 different frameworks, Laravel 5.5 and Vuetify 1.5 (Vuejs 2.0). Now I'm trying to make broadcast events dispatched from laravel app using pusher and to make vuetify project listen it but... There is the problem.
My intention is to create service worker to listen the private channel and dispatch local notification on listen that event. But I couldn't do the first step, to listen the event.
- How can I listen events dispatched from private channel by laravel app from another javascript framework?