13 lines
444 B
Markdown
13 lines
444 B
Markdown
# 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.
|
|
- [Jinja2](https://github.com/lixxu/sanic-jinja2): Support for Jinja2 template.
|
|
|
|
**Previous:** [Testing](testing.md)
|
|
|
|
**Next:** [Contributing](contributing.md)
|