vaz / node-mongodb-incantations

3 ways of handling async

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(teaching resource)

3 ways of doing async

Using mongodb with express as an example.

  • node-style callbacks
  • promise-chaining
  • coroutines and the co library

About

3 ways of handling async


Languages

Language:JavaScript 100.0%