ChittyChat:由Django和javascript支持的e2e加密聊天应用程序 源码
DRF聊天 使用Django REST框架进行实时聊天 (我的一个有趣的项目之一) 安装 此应用使用memcached存储用户的在线状态,因此您需要安装它。 在Ubuntu上: sudo apt install memcached 安装virtualenv pip install virtualenv 在项目目录上, 创建虚拟环境 virtualenv venv 启用 source venv/bin/activate 安装要求 pip install -r requirements.txt 做数据库迁移 ./manage.py makemigrations ./manage.py ma
文件列表
ChittyChat-master.zip
(预估有个40文件)
ChittyChat-master
ChatApp
wsgi.py
391B
__init__.py
0B
settings.py
4KB
urls.py
794B
templates
chat
messages.html
902B
chat.html
5KB
暂无评论