You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can use javascript to subscribe Latchet topic and broadcast message to all the clients which subscribe the same topic, this is not I want.
I want trigger broadcast from Laravel server side, for example, read the database and broadcast the data to clients who subscribe the specific channel.
I don't want to use Zeromq solution.
Thanks for reply!
The text was updated successfully, but these errors were encountered:
I use Thruway and Autobahn/JS in order to acomplish what you are looking for. In Laravel, I use Laravel events and a Thruway synchronous client to share the updates with the clients.
Thanks for reply!
The text was updated successfully, but these errors were encountered: