Skip to content

microcou/test-express-async

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test async handling with Express

Express does not handle async handlers by default.
This repo tests workarounds:

  • wrapping the entire async handler in a try/catch clause → works fine but is cumbersome
  • using express-async-errors
  • using express-async-handlers

Doc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages