When Pusher is active, the last activity value of users and agents is updated only during page load or when they send new messages.
When Pusher is active, the last activity value of users and agents is updated only during page load or when they send new messages.
With Pusher active, the following AJAX requests are replaced by WebSockets:
Pusher offers free usage for up to 200k messages and 100 concurrent connections per day.
Messages cover functions like user registration, online status, chat messages, and chatbot messages.
Pusher offers the following benefits:
To activate Pusher:
a. Sign up for a new account at https://dashboard.pusher.com/accounts/sign_up.
b. Access your dashboard at https://dashboard.pusher.com and select the Channels product to get started.
c. Provide your app’s name and choose the closest cluster to your location.
d. Enable client events in your app settings.
e. Obtain your App ID, Key, Secret, and Cluster from the Keys section of your dashboard.
f. Paste the obtained information in Settings > Miscellaneous > Pusher.
Pusher is a technology that enables the use of WebSockets instead of HTTP AJAX requests for chat functionalities. WebSockets enhance chat performance by eliminating the need for repetitive AJAX requests to the server, resulting in faster message delivery and improved responsiveness.