https://github.com/djwoms/websockets_dcrf_example
https://github.com/djwoms/websockets_dcrf_example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/djwoms/websockets_dcrf_example
- Owner: DJWOMS
- Created: 2021-12-04T19:48:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-04T19:56:45.000Z (over 3 years ago)
- Last Synced: 2025-02-28T19:04:58.160Z (3 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 25
- Watchers: 3
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Django Channels Rest Framework examples
Пример чата на Django Channels Rest Framework.
**Ссылки**:
- [Сайт](https://collabteam.dev)
- [YouTube](https://www.youtube.com/playlist?list=PLF-NY6ldwAWqSxUpnTBObEP21cFQxNJ7C)
- [Telegram](https://t.me/trueDjangoChannel)### Инструменты разработки
**Стек:**
- Python >= 3.7
- Django Channels Rest Framework## Старт
#### 1) Установить зависимости
pip install -r req.txt
##### 2) Запустить
daphne config.asgi:application
##### 3) Перейти по адресу
http://127.0.0.1:8000/chat/
[BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause)
Copyright (c) 2020-present, DJWOMS - Omelchenko Michael