readme update

This commit is contained in:
Čarodej
2022-04-23 09:56:15 +02:00
parent 20162ac366
commit 6a9fa9ceec

View File

@@ -187,7 +187,7 @@ If you move your VueFileManager application into another domain or subdomain, yo
# Broadcasting
### About Broadcasting
Broadcasting is responsible for real time app experience. If broadcasting is set, you will be able to get just in time updates in your frontend. You will get immediately notifications about new events like team invitations, file requests and many more.
Broadcasting is responsible for real time app experience. If broadcasting is set, you will be able to get just in time updates in your frontend. Remote upload works on the background while the files are downloading and showing in your view after they are ready. You will get immediately notifications about new events like team invitations, file requests and many more.
VueFileManager support 2 types of connections:
1. [Pusher](https://pusher.com/) - Suitable for all users and all hosting platforms