An open API service indexing awesome lists of open source software.

https://github.com/cjmellor/laravel-livewire-chatroom

A real-time chat room using Broadcasting on the TALL stack
https://github.com/cjmellor/laravel-livewire-chatroom

broadcasting chat-room laravel livewire pusher whatsapp

Last synced: 2 months ago
JSON representation

A real-time chat room using Broadcasting on the TALL stack

Awesome Lists containing this project

README

          

## This is not a package

## This is meant for educational purposes only

This code has two variations of a chat room application.

It is using the TALL stack.

It is using Pusher to handle the broadcasting of messages.

Variant one uses Laravel and AlpineJS and comes with **User Typing Indicators** and **Online Users**. The UI for this resembles WhatsApp.

Variant two uses Livewire (v2) and shows **Online Users**. The UI is just basic, nothing fancy.