Skip to content

Static chat app developed to study Laravel Websockets + Broadcasting + Pusher

Notifications You must be signed in to change notification settings

drfcozapata/laravel-static-chat-app

Repository files navigation

Static Chat App

Static chat app developed to study Laravel Websockets + Broadcasting + Pusher.

Techs:

  • Laravel 8.83.29
  • PHP 7.4.33
  • Pusher (pusher-php-server v3.3.1 & pusher-js 8.4.0-rc2)
  • Laravel Echo (laravel-echo 1.17.1)

Setup

composer update
composer install
npm install
npm run dev
php artisan optimize

Run

In separated terminals:

php artisan websockets:serve
php artisan serve

Open several unknown windows and launch the URL http://localhost:8000 to write from each of them (using a different user name in each one) and test the app.

About

Static chat app developed to study Laravel Websockets + Broadcasting + Pusher

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published