Update README.md
This commit is contained in:
parent
5bc5476ff0
commit
f6afdd19ca
11
README.md
11
README.md
@ -42,3 +42,14 @@ my-demo.localhost
|
|||||||
``` bash
|
``` bash
|
||||||
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
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user