https://github.com/sowrensen/gossip
A quick chat app using Laravel 8 (Jetstream-Inertia-Tailwind stack), Vue.js, Pusher/Laravel-WebSockets, and Laravel Echo.
https://github.com/sowrensen/gossip
jetstream-laravel laravel laravel-websockets pusher realtime-messaging websocket
Last synced: about 1 year ago
JSON representation
A quick chat app using Laravel 8 (Jetstream-Inertia-Tailwind stack), Vue.js, Pusher/Laravel-WebSockets, and Laravel Echo.
- Host: GitHub
- URL: https://github.com/sowrensen/gossip
- Owner: sowrensen
- Created: 2021-02-10T09:54:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T11:25:20.000Z (over 5 years ago)
- Last Synced: 2025-03-21T16:21:22.326Z (over 1 year ago)
- Topics: jetstream-laravel, laravel, laravel-websockets, pusher, realtime-messaging, websocket
- Language: Vue
- Homepage:
- Size: 1.26 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gossip
Gossip is a quick chat app **built for testing purpose**. I've used Laravel 8 with Jetstream-Inertia-Tailwind
scaffolding for frontend views. There are two different implementation for the realtime messaging:
- The **master** branch uses Pusher along with Laravel Echo.
- The **websocket** branch uses `laravel-websockets` package instead. You have to keep `php artisan websockets:serve`
command running in order to send/receive realtime messages.
Both works fine with a very little amount of refactoring. Rest of the application is standard Laravel.