Skip to main content

Allo Controllers for Deno 🦕

Simple “convention over configuration” Controllers solution for Deno.

Extends the Allo Routing framework with a Controllers layer.

Controller

Life Cycle

  flowchart TB
  A("contructor()") --> B("inject*()")
  B --> C("onStartup() && startup()")
  C --> D("action<'Action'>()")
  D --> E("beforeRender() && onRender()")
  E --> F("render<'View'>()")
  F --> G("afterRender()")
  G --> H("onShutdown() && shutdown()")

Documentation 📖

Description of all classes and methods with examples will found in the documentation.


Check out other ours packages 📦!