module Lively
Nested Classes and Modules
class ApplicationRepresents the main Lively application middleware.
class AssetsRepresents an HTTP middleware for serving static assets.
class HelloWorldRepresents a "Hello World" Live view component.
class PageRepresents a complete HTML document.
class ResolverExtends
Live::Resolverto pass shared application state to views on construction.class RouterDispatches HTTP requests to handlers using exact path and method matches.