0.0.5 • Published 7 years ago

echo.io-client v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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
  • 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 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:

<script src="/js/echo.io.js"></script>

You will also need to install the others components mentionned above.

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago