Maulik Chodvadiya
Maulik Chodvadiya

Reputation: 13

How to stream live events of one page to other page in laravel + socket.io?

I have Implemented dice game in Laravel. When user clicks on the "Roll Dice" button the dice rotates. I want show same live dice on another page.

ScreenShot of dice :

ScreenShot of dice pages

Any help will save a lot of time for surfing.

Thanks.

Upvotes: 0

Views: 162

Answers (1)

Michael Mano
Michael Mano

Reputation: 3440

You will want to use Laravel Echo and Socket.io.

https://www.freecodecamp.org/news/how-to-use-laravel-with-socket-io-e7c7565cc19d/

Make sure that your socket version is 2.3 any higher and it fails.

Upvotes: 1

Related Questions