jasonzissman / TimeMe.js

A JavaScript library to accurately time how long a user views a web page, disregarding idle time and time when the tab or window is minimized.
MIT License
592 stars 124 forks source link

Use of Pusher as the websocket receiver? #74

Open sburkett opened 3 years ago

sburkett commented 3 years ago

This package looks like it will definitely fit my needs! Quick question, though. Can anyone suggest some approaches for utilizing Pusher as the websocket receiver for the timing data? I'd rather not have to roll something just for this, since we already use Pusher on our pages.

Thanks for any guidance or suggestions!