node-async-router icon indicating copy to clipboard operation
node-async-router copied to clipboard

A zero-boilerplate solution for using ES7 async functions in Express and other middleware-based web frameworks.

Results 3 node-async-router issues
Sort by recently updated
recently updated
newest added

Useful for such instruments like newrelic

Hallo again! Since this is stable (for us, too), how about a 1.0 release? No need to change anything, "just" to communicate its state better.

Are these two lines equivalent? ``` var router = require('express').Router() var router = require('node-async-router')() ``` If that's correct, its still very simple to replace the built in router (see also...