• Stars
    star
    245
  • Rank 162,118 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 10 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Full-Stack JavaScript Framework architecture based on PHP Yii Framework v2

Jii Build Status

Jii (JavaScript Yii) — Full-Stack JavaScript Framework architecture based on PHP Yii Framework v2

npm install jii

Supported features

  • Configuration
  • Aliases
  • Behaviours
  • Events
  • Base Model
  • Validators
  • ActiveRecord (sql, in development)
  • Url Manager (routing)
  • Basic HTTP Server
  • Controllers with inline or instance actions

Bootstrap example

require('jii');

Jii.createWebApplication();

Unit tests

nodeunit tests/unit