Skip to content

Getting Started

Kevin Segaud edited this page Oct 11, 2016 · 8 revisions

Installation

First you need to install jaguar binary with : pub global activate jaguar

Create a new project

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

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