|
3 | 3 |
|
4 | 4 | Laravel Echo Server - NodeJs server for Laravel Echo broadcasting with Socket.io. [Laravel Echo Server](https://github.com/tlaverdure/laravel-echo-server). |
5 | 5 |
|
6 | | -We use Laravel Echo Server and Socket.IO for broadcasting on a particular port for Real Time Notifications. You can further read about [Broadcasting](https://laravel.com/docs/7.x/broadcasting). |
| 6 | +Use Laravel Echo Server and Socket.IO for broadcasting on a particular port for Real Time Notifications. Further documentation about [Broadcasting](https://laravel.com/docs/7.x/broadcasting). |
7 | 7 |
|
8 | | -Redis is an in-memory data structure which store data as in-memory key–value pair. [Further Reading](https://redis.io/) |
| 8 | +Redis - An in-memory data structure which store data as in-memory key–value pair. [Further Reading](https://redis.io/) |
9 | 9 |
|
10 | 10 | There are several ways and reasons to show notifications: |
11 | 11 | 1. If you only want to show live notifcations (like the count of notifications only) we can use only Redis and set key ```count``` for storing the count of notifications. We can also store more values as key-value pair. |
|
0 commit comments