jdarling / MongoMQ

MongoMQ is a messaging queue built on top of Node.js and MongoDB's tailable cursors.
MIT License
90 stars 20 forks source link

mongodb version conflicts #33

Open zaaack opened 7 years ago

zaaack commented 7 years ago

The mongomq in npm's mongodb version is too old and cannot live with the newest mongodb, so I have to install the github version. Could just passing a db or collection instance to remove mongo dependence?