Skip to content

valeriangalliat/express-then

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-then npm version

Express handlers with promise support.

Example

const then = require('express-then')

app.get('/', then(async (req, res) => {
  await foo()
  await bar()

  res.end()
}))

About

Express handlers with promise support.

Resources

License

Stars

Watchers

Forks