Skip to content

AdonisJS

Node.js용 웹 프레임워크

Features

  • 웹앱 또는 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 제공

See also

Favorite site