Hacker News new | ask | show | jobs
by thedufer 4407 days 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?