sanic/docs/sanic/extensions.md
2017-01-31 01:24:41 -08:00

459 B

Extensions

A list of Sanic extensions created by the community.

  • Sessions: Support for sessions. Allows using redis, memcache or an in memory store.
  • CORS: A port of flask-cors.
  • Jinja2: Support for Jinja2 template.
  • OpenAPI/Swagger: OpenAPI support, plus a Swagger UI.