express-namespace
express-namespace copied to clipboard
Adds namespaced routing capabilities to Express
Results
5
express-namespace issues
Sort by
recently updated
recently updated
newest added
Do not run the last 2 requests in test "should prefix within .namespace()"
just ignore routes that aren't string. fixes #5, #21
I have an app where express Server instances are created in another module, which has its own instance of the `express` module, so they don't have the `namespace` method. This...