In this tutorial, we will create a multi-room chat server using Laravel framework and Centrifugo real-time messaging server.
Authenticated users of our chat app will be able to create new chat rooms, join existing rooms and instantly communicate inside rooms with the help of Centrifugo WebSocket real-time transport.