Skip to content
Ravi Teja Gudapati edited this page Jun 14, 2017 · 38 revisions

Jaguar is a batteries included, production ready server framework built for speed, simplicity and extensiblity

1 Getting started

1.1 Installing Dart and Intellij IDE

TODO

1.2 Examples repository

TODO

1.3 Getting started tutorial

2 Basics

2.1 Routing

  • Route handlers
  • Request object
  • Response object
  • Context object
  • Path parameters
  • Query parameters
  • Using Interceptors and Interceptor results
  • Context variables
  • Writing new Interceptors

TODO

2.2 Serialization

TODO

2.3 Sessions, Authentication and Authorization

TODO

2.4 Database

2.4.1 MongoDb

TODO

2.4.2 PostgreSQL

TODO

2.4.3 MySQL

TODO

2.4.4 ORM

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