From 9c84643a9d5c7ae7507572263c473196fa72730f Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sun, 7 Mar 2021 17:32:00 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c5aad7..5607242 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ -# demo-HTML-over-WebSockets-in-Django +# Demo: HTML over WebSockets in Django + Demonstration of how to build a real time application using HTML over WebSockets in Django + +## Article that inspired + +https://alistapart.com/article/the-future-of-web-software-is-html-over-websockets/