Async Hooks

Why Async Hooks

electricity

  • typical production Node.js application will have hundreds of concurrent actions taking place under the hood simultaneously
  • serious Node.js users always wondered how to inspect and debug them