Comrade Angles @Angle@witches.town
Suivre

Hey all, so I've got a programming question. For agora, I'm using meteor, a JS framework built on node. (Yes, I know. I picked it out years ago when I didn't know better and I don't have the time to rewrite it. :X) Anyway, it pulls data from the server using subscriptions, which are nice cause they're reactive (They update when the data changes). The downside is they're relatively heavy. Anyway, at the moment I just have one subscription for all the data in the site, but that won't scale. So I need to have some kind of dynamic subscription. But I'm not sure whether to subscribe to each post, or try and package things. Please advise?

agora-2866.nodechef.com/forum?