سؤال

I would like to integrate a live activity feed in my rails app to show what other Users have recently done, and I'm wondering if there are any options other than running Faye (which seems to add a layer of complexity that I'm not running to introduce, server-wise). I've looked at the public_activity gem, but the solution does not appear to provide data in real-time.

Has anyone implemented a real-time activity feed using other solutions? Thanks!

هل كانت مفيدة؟

المحلول

You could take a look at hosted options such as http://pusher.com or others like it.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top