pavelvlasov / koa-generic-session-mongo

MongoDB store for koa-session middleware backed by node-mongodb-native.
MIT License
37 stars 16 forks source link

Question: is this middleware dependent on mongo being running beforehand? #6

Closed matthewmueller closed 9 years ago

matthewmueller commented 9 years ago

Or does it buffer the lookups for when the connection is established?

pavelvlasov commented 9 years ago

@matthewmueller, store uses promises and waits until connection to mongo will be established.