|
|
|
|
|
by danenania
4046 days ago
|
|
Beginner question: how does Meteor handle storing server-side web socket connections in a scalable way? Are they kept in ram? Redis? Mongo's ram? The complexity of this is why I always end up reaching for hosted WS solutions like pusher or fanout.io. |
|
However I always ended up using Playframework for WS, since it's really really easy to set this up in a scalable way.