Update README.md

This commit is contained in:
Andros Fenollosa 2021-06-15 23:10:19 +02:00 committed by GitHub
parent f6afdd19ca
commit 1910a52448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,13 +43,15 @@ my-demo.localhost
docker exec -it demo-html-over-websockets-in-django_django_1 python3 manage.py loaddata comments.json 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 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). - [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. - [idom](https://idom-docs.herokuapp.com/docs/index.html): HTML is generated using a Python syntax.