sanic/docs/sanic/extensions.md

9 lines
459 B
Markdown
Raw Normal View History

2017-01-29 20:47:00 +00:00
# Extensions
2017-01-13 03:22:47 +00:00
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.
2017-01-24 07:34:32 +00:00
- [Jinja2](https://github.com/lixxu/sanic-jinja2): Support for Jinja2 template.
2017-01-31 09:24:41 +00:00
- [OpenAPI/Swagger](https://github.com/channelcat/sanic-openapi): OpenAPI support, plus a Swagger UI.