ifnode - Excellent Node.js Framework

Simple, flexible, super-light and pluginnable framework

Plugins #

Plugins are external modules which extends default ifnode possibilities.

Maintenance of ifnode plugin system:

  • Create own reusable component and upload it in npm or other modules system
  • Extend default controllers behavior by same functionality
  • Implements or create own system for work with data

They groups by three types:

  1. Component
  2. Controller
  3. Schema
Table of Content