Does it keep constant historical data in its channels?

Pusher seems like a good service, but I was wondering if anyone knew if it could be used as a constant stream of activity. For example, I would like to subscribe to a channel and receive historical activity, and not just new activity events in real time after I subscribed.

+3
source share
1 answer

Channel history is in our lag (Pusher). You can track updates here: http://pusher.tenderapp.com/discussions/requests/30-event-history

Since we usually recommend publishing data from your server (for security reasons), it also gives you the ability to save messages and provide your own channel history.

We understand the advantages of the history of events, therefore, our lag.

+1
source

All Articles