From 1910a5244825819d28d2c1b5202e370f0d556f0d Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Tue, 15 Jun 2021 23:10:19 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e022e7d..3211e1c 100644 --- a/README.md +++ b/README.md @@ -43,13 +43,15 @@ my-demo.localhost docker exec -it demo-html-over-websockets-in-django_django_1 python3 manage.py loaddata comments.json ``` -# Interesting projects using this technique +## Interesting projects using this technique -## Integrated with Django +Thanks @jbjuin + +### Integrated with Django - [django reactor](https://github.com/edelvalle/reactor): LiveView library for Django. - [django sockpuppet](https://github.com/jonathan-s/django-sockpuppet/): Inspired by a ruby project (stimulus/reflex). -## Without Django: +### Without Django: - [idom](https://idom-docs.herokuapp.com/docs/index.html): HTML is generated using a Python syntax.