-
Notifications
You must be signed in to change notification settings - Fork 35
Getting Started
Kevin Segaud edited this page Oct 11, 2016
·
8 revisions
First you need to install jaguar binary with :
pub global activate jaguar
Jaguar doesn't have (currently) command line interface for creating a project.
So you will need a basic dart configuration architecture plus a jaguar.yaml
configuration file.
You can find a boilerplate here
Basics
- Route handler
- Path matching
- Path parameters
- Query parameters
- Serving static files
- Cookies
- Controller
- Parameter binding
- Hot reload
Serialization
Forms
Sessions
Authentication
- Basic authentication
- Form authentication
- JSON authentication
- Authorization
- OAuth
- MongoDb
- PostgreSQL
- MySQL
- Establish connection
- ORM
- Server sent events (SSE)
- Websockets
- systemd
- Docker
- AppEngine