Skip to content

Comment on Meteor 0.7.0: Scaling realtime queries using oplog instead of poll-and-diff

Comments

I'm working on a project currently that needs this but we're an express / mongo stack and not a meteor stack. Anyone know of anything similar I can add to the mongodb node driver? Or can I switch to meteor's node driver without the rest of meteor?

@krebby, you can create a DDP client that works outside of Meteor, which would allow you to run a Meteor server + Mongo with your own front end.

The other option is to use Racer from DerbyJS.

If you're interested in adding a real-time data layer to an existing Node app, then Derby is probably the easier path.

I am not well versed enough to directly answer, but it seems as if this might point you in the right direction. http://stackoverflow.com/questions/14400839/combine-meteor-a...

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.