Package Exports
- koolpress
- koolpress/koolpress.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (koolpress) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
koolpress
A kool web framework based on Express, with extra cool stuff
Docs
Features:
- Routes with very simple JSON objects
- Disables
x-powered-byheader by default - Already
.use()sexpress.json()for out-of-the-box request body JSON deserialisation - Access to the Express server object
- Cool
middleware()function! - Probably more coming!