質問

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