17 GitlabMx :: The Future of Realtime Communication: Dive into Laravel Reverb!

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • #laravel #php #tdd
    Get ready to revolutionize real-time communication in your Laravel applications! Reverb, the innovative first-party Laravel plugin, is here to change the game.
    Tired of limitations in existing solutions? Reverb tackles them head-on. Built for scale, it effortlessly handles massive deployments and numerous concurrent connections.
    But that's not all! We'll also explore Reverb's powerful broadcasting functionality, taking your Laravel app to the next level of real-time interactivity.
    Join us as we delve into Reverb and unlock the potential for seamless, real-time experiences in your Laravel projects!
    In this video, you'll discover:
    - How Reverb redefines real-time communication development in Laravel
    - Why it surpasses limitations of other solutions with scalability and connection management
    - Unveiling the power of Reverb's broadcasting features for real-time magic in your app
    - Ready to dive in? Watch now and see how Reverb shapes the future of real-time communication!
    You can find me on:
    Code: my-lnk.com/278...
    Twitter: / amitavroy7​
    Discord: / discord

Комментарии • 11

  • @imrjat
    @imrjat 5 месяцев назад +1

    I have never worked on a chat application or any real-time event application before, so I didn't have much idea. But after watching this video, it seemed how easy it is to integrate. You explained it well. Just superb 🎉

  • @MubashirAkhtar-qp2xb
    @MubashirAkhtar-qp2xb 5 месяцев назад +2

    you explained very well. Appreciated 👍
    I have 2 requests
    1) Can you also make a short tutorial on how to use Laravel & Reverb as a separate backend and implement all these in a React SPA frontend
    2) Kindly also make a tutorial of 1:1 user based chat App

  • @mahaar
    @mahaar 5 месяцев назад

    You're amazing guy, I heared you in that video, but your tutorial is still harder to understand

    • @amitavroydev
      @amitavroydev  5 месяцев назад

      Thanks for the feedback, really appreciate it
      Can you tell me what was difficult to understand? Is it the concept or my explanation?
      Will help me get better 🙂

  • @mh5854
    @mh5854 5 месяцев назад

    can we make a real time bidirectional connection with laravel reverb or it's only one direction with events??

    • @amitavroydev
      @amitavroydev  5 месяцев назад

      A web socket connection is bidirectional.
      Front end can send data to the server and server can send data to front end as well.

    • @mh5854
      @mh5854 5 месяцев назад

      @@amitavroydev for example admin can send message for the users and users send messages to admin, that's what I mean by bidirectional connection, i used websockets in laravel, laravel only support one direction

    • @amitavroydev
      @amitavroydev  5 месяцев назад

      That's strange. If you are saying admins want to send message to usera and users can send/reply to admin. This use case is possible easily.
      Yes, it is only possible when the user is connected - means the user is online. That's the caveat.

    • @belikode
      @belikode 2 месяца назад

      yeah my problem is i want the client send back the response to the ws server, i tried everything but isnt work