sanic/docs/extensions.md
2017-01-12 19:25:08 -08:00

288 B

Sanic 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.