How can Laravel API connect to a Node.js socket for live tracking? What are some suggestions for a live tracking in Laravel API?
Asked
Active
Viewed 249 times
0
-
1In Laravel docs it explains: https://laravel.com/docs/8.x/broadcasting – silentwasd Nov 15 '21 at 12:08
-
Or you can use socket.io and with js on client-side communicate with your node server. – silentwasd Nov 15 '21 at 12:11