Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Redis Adapter Integration With Laravel Echo #615

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
# Laravel Echo Server
# Laravel Echo Server - Laravel Adapter

NodeJs server for Laravel Echo broadcasting with Socket.io.
NodeJs server for Laravel Echo broadcasting with Socket.io - It is also integrated with Redis Adapter that makes it horizontally scaleable

## System Requirements

The following are required to function properly.

* Laravel 5.3
* Node 6.0+
* Redis 3+
* Node 12+
* Redis 4+
* Socket.io 4+

Additional information on broadcasting with Laravel can be found on the
official docs: <https://laravel.com/docs/master/broadcasting>

Redis Adapter event broadcasting information can be found on the
Official docs: <https://socket.io/docs/v4/redis-adapter>

## Getting Started

Install npm package globally with the following command:
Expand Down
Loading