0.1.0-alpha.9 • Published 7 years ago

@mirana/fox v0.1.0-alpha.9

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

Fox API

Known Vulnerabilities npm version Dependencies

A REST API Framework for Node

Inspired by express

Advantages
  • Written in ES6
  • Super fast router (even faster than express)
  • Express middleware support
  • Storage support for cloud api (working on it)
  • Perfect database modeling (working on it)
  • Fill the rest yourself :)
Installation

npm install --save @mirana/fox

or use the fox generator:

npm install -g @mirana/fox-generator && fox api-dir

Requirements
  • Redis
  • MongoDB
Database Model Usage

import {database} from '@mirana/fox';

& then

class User extends database.Model