sanic/docs/extensions.md

7 lines
288 B
Markdown
Raw Normal View History

2017-01-13 03:22:47 +00:00
# Sanic Extensions
A list of Sanic extensions created by the community.
* [Sessions](https://github.com/subyraman/sanic_session) -- Support for sessions. Allows using redis, memcache or an in memory store.
* [CORS](https://github.com/ashleysommer/sanic-cors) -- A port of flask-cors.