aero
aero copied to clipboard
:bullettrain_side: Fastest node.js framework. Go version is actively maintained: @aerogo
Auto-generated config for https://h2o.examp1e.net/
Road map
There is no activity in last few months. Is this an abandoned project ? If not then Is there any road map available?
Something went wrong with PageSpeed and `/scripts.js` encoding. Need to investigate what's going on and fix it. I seriously can't stand the double-digit score.
One should be able to write global mixins which can be called from any Pug template. A classic example is to have a global mixin for rendering avatars / gravatars...
Add optional name mappings for route parameters so that we can have Express-like routing: ``` js app.get('/users/:name') ``` In this case `request.params[0]` would also become accessible via `request.params.name`.