goodeggs / bites

Technical morsels
http://bites.goodeggs.com
8 stars 4 forks source link

Dependencies in express middleware order #50

Open hurrymaplelad opened 9 years ago

hurrymaplelad commented 9 years ago

Many express middlewares depend on other middlewares (cookie-sessions => cookie-parser for example). These dependencies are only expressed in documentation. It's up to the developer to put them in the right order.

The web development community felt lots of similar pain with script tag order dependencies. Solutions were developed. Is there a need for something similar in the express community?

hurrymaplelad commented 9 years ago

@bobzoller is concocting a solution

bobzoller commented 9 years ago

concoctED: https://github.com/goodeggs/express-stack-builder

though I feel like I should vet the concept before making noise :)

On Thu, Jan 15, 2015 at 10:49 AM, Adam Hull notifications@github.com wrote:

@bobzoller https://github.com/bobzoller is concocting a solution

— Reply to this email directly or view it on GitHub https://github.com/goodeggs/bites/issues/50#issuecomment-70138955.