1.0.2 • Published 6 years ago

laravel-echo-ionic v1.0.2

Weekly downloads
84
License
-
Repository
github
Last release
6 years ago

Introduction

In many modern web applications, WebSockets are used to implement realtime, live-updating user interfaces. When some data is updated on the server, a message is typically sent over a WebSocket connection to be handled by the client. This provides a more robust, efficient alternative to continually polling your application for changes.

To assist you in building these types of applications, Laravel makes it easy to "broadcast" your events over a WebSocket connection. Broadcasting your Laravel events allows you to share the same event names between your server-side code and your client-side JavaScript application.

Laravel Echo is a JavaScript library that makes it painless to subscribe to channels and listen for events broadcast by Laravel. You may install Echo via the NPM package manager.

Documentation

Official documentation is located here.

1.0.2

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago