durlav kalita

Hi, I am Durlav. Developer and chess enthusiast.

Home Blog Projects About View on GitHub
    28 April 2021

    Real time with laravel-websockets

    by durlavk

    Know what websockets are? Ask your friend through whatsapp and you just used websockets 🎩☎️.

    Laravel is the most popular php framework and rightfully so. Using laravel and it’s MVC model to create a simple blog or web app is very easy to learn and intuitive in nature. But how to implement a real time, live-updating user interface in laravel. That’s where laravel-websockets comes in.

    In order to work with real time projects in laravel you have to have a basic knowledge of broadcasting and events.

    tags: laravel - websockets