JSPM

  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q50895F
  • License MIT

The fast, easy to use & typescript ready framework for Node.js

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

Foxify Logo

Foxify

The fast, easy to use & typescript ready framework for Node.js

Inspired by Express

npm version npm monthly downloads github stars license

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