Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e67071f

Browse files
Update README.md
1 parent 4b265ea commit e67071f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
Laravel Echo Server - NodeJs server for Laravel Echo broadcasting with Socket.io. [Laravel Echo Server](https://github.com/tlaverdure/laravel-echo-server).
55

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).
77

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/)
99

1010
There are several ways and reasons to show notifications:
1111
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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /