Ecosyste.ms: Awesome
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: 18 days ago
JSON representation
A real-time chat room using Broadcasting on the TALL stack
- Host: GitHub
- URL: https://github.com/cjmellor/laravel-livewire-chatroom
- Owner: cjmellor
- Created: 2023-08-25T22:53:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-25T23:02:18.000Z (about 1 year ago)
- Last Synced: 2023-08-26T03:53:38.943Z (about 1 year ago)
- Topics: broadcasting, chat-room, laravel, livewire, pusher, whatsapp
- Language: PHP
- Homepage: https://mellor.pizza/build-a-chat-room-using-tall-stack-and-websockets
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.