I'd like to display the number of concurrent users on my site. Is there a JS API to load that information somehow?
(I use Mixpanel, Clicky, Google Analytics, etc... someone must know that info!)
Edit: This is different because I'm looking for a JS solution that won't hit my DB. Although if necessary, I would do it with Ruby on Rails..