1

I've seen many sites that their messages feed is keep sliding down incessantly. For example: the previous version of twitter and now the foursquare. How to do that?

Moreover, I also want to know how to implement meetup's RSVP instant push in rails, they update it by seconds?

Thanks.

Jason Wong
  • 21
  • 4

1 Answers1

1

These companies will most likely be using realtime web technologies. Here are a few you could use with a rails and/or ruby applications:

You could also use Pusher (who I work for) as we have a Pusher gem. If you do this it means you are not hosting the realtime infrastructure yourself.

leggetter
  • 15,248
  • 1
  • 55
  • 61