From 1814ff05f4fde9f875aa7f55b27b59b9a0fcb798 Mon Sep 17 00:00:00 2001 From: Innokenty Lebedev Date: Thu, 16 Aug 2018 21:59:58 +0300 Subject: [PATCH] Add sse extension (#1288) --- docs/sanic/extensions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sanic/extensions.md b/docs/sanic/extensions.md index 01c89f95..c0728627 100644 --- a/docs/sanic/extensions.md +++ b/docs/sanic/extensions.md @@ -31,3 +31,4 @@ A list of Sanic extensions created by the community. - [Sanic-Auth](https://github.com/pyx/sanic-auth): A minimal backend agnostic session-based user authentication mechanism for Sanic. - [Sanic-CookieSession](https://github.com/pyx/sanic-cookiesession): A client-side only, cookie-based session, similar to the built-in session in Flask. - [Sanic-WTF](https://github.com/pyx/sanic-wtf): Sanic-WTF makes using WTForms with Sanic and CSRF (Cross-Site Request Forgery) protection a little bit easier. +- [sanic-sse](https://github.com/inn0kenty/sanic_sse): [Server-Sent Events](https://en.wikipedia.org/wiki/Server-sent_events) implementation for Sanic.