Skip to content

Routing

Ravi Teja Gudapati edited this page Jun 14, 2017 · 2 revisions

The purpose of a route is to take the Context object and return a Response object for a http path.

TODO

Routes can be added to Jaguar server in two ways:

  1. Class based
  2. Mux based

Class based

TODO

Mux based

TODO

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