sanic/docs/extensions.md
Raphael Deem a86cc32dff Update extensions.md
Since there have been a few extensions discussed in open issues, it makes sense to start keeping track of them.
2017-01-12 19:30:22 -08:00

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