https://github.com/mediumart/echo.io-client
A socket.io client implementation for laravel-echo
https://github.com/mediumart/echo.io-client
laravel laravel-echo socket-io
Last synced: 2 months ago
JSON representation
A socket.io client implementation for laravel-echo
- Host: GitHub
- URL: https://github.com/mediumart/echo.io-client
- Owner: mediumart
- Created: 2017-09-23T11:46:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-28T09:07:10.000Z (over 8 years ago)
- Last Synced: 2025-08-09T05:22:26.840Z (10 months ago)
- Topics: laravel, laravel-echo, socket-io
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# echo.io-client (WIP)
## Description
> The package is still a in development! please use with caution.
This is a socket.io server implementation for laravel-echo. It consist of 3 components:
- A [node.js server](https://github.com/mediumart/echo.io)
- A javascript client (which is this repository) for the browser (which you should use in place of the **socket.io-client** script)
- A [php library](https://github.com/mediumart/echo.io-php) that handle integration with the laravel framework.
## Installation
Copy the file in the `dist` folder to the laravel `public/js` folder and serve with a script tag in your html, before serving laravel-echo, example:
```html
```
You will also need to install the others components mentionned above.