Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Laravel Echo library for beautiful Pusher and Ably integration.

License

NotificationsYou must be signed in to change notification settings

laravel/echo

Repository files navigation

Logo Laravel Echo

Build StatusTotal DownloadsLatest Stable VersionLicense

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.

Official Documentation

Documentation for Echo can be found on theLaravel website.

Contributing

Thank you for considering contributing to Echo! The contribution guide can be found in theLaravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by theCode of Conduct.

Security Vulnerabilities

Please reviewour security policy on how to report security vulnerabilities.

License

Laravel Echo is open-sourced software licensed under theMIT license.


[8]ページ先頭

©2009-2025 Movatter.jp