Package Exports
- foxify
- foxify/framework/routing
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 (foxify) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
NOTE: before the first major version there might be so many major changes; so be warned!
Installation
Before installing, download and install Node.js. Node.js 6.4.0 or higher is required.
npm i -s foxify
Usage
Sample is available.
Features
- Written in ES6
- Robust routing (faster than
Express
) Express
middleware support- Robust database modeling (at the moment it's basically
mongodb
package but implemented the fast way) - Focus on high performance
- HTTP helpers (redirection, etc)
- View system supporting lots of template engines
- Content negotiation
- Executable for generating applications quickly