Skip to content

Commit

Permalink
add middlewares
Browse files Browse the repository at this point in the history
  • Loading branch information
kommander committed Apr 28, 2017
1 parent 78a27b3 commit d1cb720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ Aden integrates [Webpack](https://github.com/webpack/webpack),
[Express](http://expressjs.com/) with an extensible [file](https://en.wikipedia.org/wiki/Computer_file) [tree](https://en.wikipedia.org/wiki/Tree_data_structure) [parser](https://en.wikipedia.org/wiki/Parsing),
to generate frontend asset builds and allow for a classic webserver behaviour
(during development), while setting up a non-mutable express app for production.
You can still do everything you can do with an express app, like route globbing (_/*_) or parameters (_/:id_). (Support for Koa is on the [Roadmap](http://aden.zwerk.io/roadmap)).
You can still do everything you can do with an express app, like route globbing (_/*_), parameters (_/:id_) and middlewares. (Support for Koa is on the [Roadmap](http://aden.zwerk.io/roadmap)).


The actual _/docs_ from this repository are running on a heroku _aden_ instance at [aden.zwerk.io](http://aden.zwerk.io).
Expand Down

0 comments on commit d1cb720

Please sign in to comment.