From 7944cff7a5bd964de60aeb517be2a44757553ce8 Mon Sep 17 00:00:00 2001 From: Raphael Deem Date: Sat, 11 Feb 2017 15:26:18 -0800 Subject: [PATCH] add extension to docs --- docs/sanic/extensions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sanic/extensions.md b/docs/sanic/extensions.md index 1325ad0f..bb013c81 100644 --- a/docs/sanic/extensions.md +++ b/docs/sanic/extensions.md @@ -6,4 +6,5 @@ A list of Sanic extensions created by the community. 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. -- [OpenAPI/Swagger](https://github.com/channelcat/sanic-openapi): OpenAPI support, plus a Swagger UI. \ No newline at end of file +- [OpenAPI/Swagger](https://github.com/channelcat/sanic-openapi): OpenAPI support, plus a Swagger UI. +- [Websockets](https://github.com/r0fls/sanic-websockets): Minimal wrapper to work with [Websockets](https://github.com/aaugustin/websockets)