From f6afdd19ca9dc3a7ec1c1879c0dce03be284ed5d Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Tue, 15 Jun 2021 23:09:12 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 737480c..e022e7d 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,14 @@ my-demo.localhost ``` bash docker exec -it demo-html-over-websockets-in-django_django_1 python3 manage.py loaddata comments.json ``` + +# Interesting projects using this technique + +## 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: + +- [idom](https://idom-docs.herokuapp.com/docs/index.html): HTML is generated using a Python syntax.