InterviewSolution
| 1. |
What is broadcasting in laravel? |
|
Answer» The Laravel 5.1 framework comprises functionality named BROADCASTING events. This new functionality makes it quite EASY to build real-time applications in PHP. And with this, an APP will be able to publish the events to a number of real-time cloud-based PubSub solutions, such as Pusher, or Redis. Also, with this functionality called the broadcasting events which is built into the Laravel 5.1, it now became easier creating real-time applications for the PHP developers. This LATEST real-time capability unbars numerous possibilities that were AVAILABLE only to applications written for the other platforms such as Node.js. |
|