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

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.

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.