top | item 7814170

(no title)

mpetrov | 11 years ago

This: https://map.couple.me

We kept the design simple, otherwise a "batching" mechanism could be introduced that would replay a single batch of 50 messages but that would make everything a second delayed. However, part of the map allows you to login and see your messages live on the screen as you're sending them to your partner and for that the real time streaming is pretty critical.

discuss

order

thedufer|11 years ago

It looks like you're sending the same data to every client, but it sounds like Socket.IO/Faye aren't handling this well. Do they not have a `broadcast` method of something of that nature that handles your use-case?

iLoch|11 years ago

I love Couple, I was looking at this map earlier this week actually. Very interesting to read how you made it work, thanks for sharing.