Skip to content

Controllers

Ravi Teja Gudapati edited this page Jan 14, 2019 · 11 revisions

Controllers are a declarative way to write route handlers in Jaguar (as an alternative to mux-based routers).

Basics

Serialization

Forms

Sessions

Authentication

  • Basic authentication
  • Form authentication
  • JSON authentication
  • Authorization
  • OAuth

Database

Security

Real time

  • Server sent events (SSE)
  • Websockets

Deployment

  • systemd
  • Docker
  • AppEngine

API Documentation

Clone this wiki locally