AdonisJS - Node.js向けWebフレームワーク
(adonisjs.com)- WebアプリまたはAPIサーバーの開発に必要なものをすべて提供
→ Router, Controller, File Upload, Validator
→ Lucid: Active RecordベースのSQL ORM。PostgreSQL, MySQL, MSSQL, MariaDB, SQLiteをサポート
→ Authentication : セッション、Basic Auth、API Token、OAuth (Google, Twitter, Facebook, GitHub.. )
→ Bouncer: Authorization
→ Edge: Template Engine
- CLIフレームワークを内蔵。REPLを提供
まだコメントはありません。