Skip to content

Express middleware #45

@bredele

Description

@bredele

Express accepts functions and/or express apps as middleware.

var app = require('express')();
app.use(function(){
});
app.use('/path', require('./otherapp'));

It's really useful to split an express app into smaller modules with single responsibilities. Feathers doesn't support it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions