0.5.9 • Published 9 years ago

generator-panesjs v0.5.9

Weekly downloads
-
License
MIT
Repository
github
Last release
9 years ago

#GENERATOR-PANESJS

This is the official yeoman generator for panes.js - a node.js based MVC framework inspired by MEAN.js

The original code based was based on MEAN.js but now 90% are new code and new ideas.

#INSTALLATION

npm install yo generator-panesjs -g 

mkdir project
cd project 
yo panesjs 

##FEATURES

  1. Support multiple different database engine. MySQL, PostgreSQL, Sqlite, MariaDB, MSSQL, Mongodb and plan to support MyCAT and SequoriaDB (NewSQL) in the final release.
  2. Including generator-ng-panes as one of the front end generator.
  3. Factory method to construct controller/action without the need to create router.
  4. Chinese support.
  5. Cloud API plugin.
  6. Use jwt token out of the box.
  7. Configable passport strategies with many Chinese focus api support (QQ, Weixin, Weibo etc)
  8. Unify model construct.
  9. Socket.io / Redis as a subdomain feature.
  10. More :)

Coming soon.

#DOCUMENTATION

Please check out panes.js official site for full documentation.

#LICENSE

MIT