I have a Laravel php app, and a NodeJS client. Something happens in my client and I want to update my php backend, so I publish a message to a Redis channel, and in my Laravel app I have a Redis subscriber listening for messages on that channel.I have a Laravel php app, and a NodeJS client.