文件名称:django-chatbot:带有Celery的Django Chatbot,Heroku上的Channels(WebSocket)
文件大小:13KB
文件格式:ZIP
更新时间:2024-05-20 19:48:22
python heroku django chatbot celery
在Heroku上托管的Django Chatbot
Django Chatbot具有通过WebSockets处理和通信的后台任务。
有关更多详细信息,请查看我的文章- 。
部署方式
您可以免费将其托管在上()。
技术栈
作为主要的Web框架
作为WebSockets框架
作为异步任务队列
作为消息代理和缓存后端
作为HTTP和WebSocket协议服务器
作为托管平台
支持的命令
sum
【文件预览】:
django-chatbot-master
----.gitignore(45B)
----requirements.txt(195B)
----project()
--------urls.py(794B)
--------__init__.py(45B)
--------asgi.py(316B)
--------wsgi.py(391B)
--------celery.py(223B)
--------routing.py(247B)
--------settings.py(4KB)
----chat()
--------consumers.py(2KB)
--------templates()
--------tasks.py(945B)
--------urls.py(122B)
--------__init__.py(0B)
--------views.py(151B)
--------models.py(57B)
--------apps.py(83B)
--------admin.py(63B)
--------migrations()
--------forms.py(408B)
--------routing.py(135B)
--------tests.py(60B)
----runtime.txt(13B)
----README.md(1KB)
----Procfile(194B)
----manage.py(627B)
----app.json(917B)