Hacker News new | ask | show | jobs
by chad_oliver 4853 days ago
I implemented one for work. Basically, you have a websocket for each client, and any message received from client X is transmitted to clients Y and Z. There's not much to it at all; the magic happens client-side.