문제

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