Tuesday, June 16, 2015

Real-time Apps with Laravel 5.1 and Event Broadcasting



In Laravel 5.1, the framework includes functionality called broadcasting events that makes it easy to create real-time apps in PHP. With this new functionality, an app can publish events to various cloud-based real-time PubSub solutions, like Pusher, or to Redis.

from My Pocket http://www.sitepoint.com/real-time-apps-laravel-5-1-event-broadcasting/ laravel

No comments:

Post a Comment