From 404594c5fcf15936afb27caadb447b4e4179591b Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sun, 7 Mar 2021 17:30:41 +0100 Subject: [PATCH] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1c5aad7 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# demo-HTML-over-WebSockets-in-Django +Demonstration of how to build a real time application using HTML over WebSockets in Django