add a list of extensions
This commit is contained in:
parent
57f27c41e0
commit
974c857a97
@ -62,6 +62,7 @@ if __name__ == "__main__":
|
|||||||
* [Custom Protocol](docs/custom_protocol.md)
|
* [Custom Protocol](docs/custom_protocol.md)
|
||||||
* [Testing](docs/testing.md)
|
* [Testing](docs/testing.md)
|
||||||
* [Deploying](docs/deploying.md)
|
* [Deploying](docs/deploying.md)
|
||||||
|
* [Extensions](docs/extensions.md)
|
||||||
* [Contributing](docs/contributing.md)
|
* [Contributing](docs/contributing.md)
|
||||||
* [License](LICENSE)
|
* [License](LICENSE)
|
||||||
|
|
||||||
|
6
docs/extensions.md
Normal file
6
docs/extensions.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# 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.
|
Loading…
x
Reference in New Issue
Block a user