Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 554 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 554 Bytes

Laravel Websockets

A simple websockets example.

A user creates a new post and the post is instantly shown to any other logged in users without the need for refresh.

This example uses beyondcode/laravel-websockets as a Pusher replacement, laravel-echo to listen for events broadcast by the application and Vue.js to display the content on the front-end.

Demo

Demo