/mvc

component library for creating an MVC-application

Primary LanguageGo

MVC

The component library for creating an MVC-application

Status: work in progress

Base Components:

  • App - skeleton application
  • AppConfig - application config
  • Action - abstract application event handler
  • Router - interface for application routing
  • Model - model interface
  • BaseModel - base implementation of model interface
  • View - view interface
  • BaseView - base implementation of view interface
  • Controller - controller interface
  • BaseController - base implementation of controller interface