码云地址 基于websocket 开源聊天室 chatroom: 非常简单的聊天 具有高匿名聊天作用本项目使用 python3 + html5 + websocket + gzip
github地址:GitHub - byclear/chatroom: 非常简单的聊天 具有高匿名聊天作用 本项目使用 python3 + html5 + websocket + gzip
pip install websockets
本项目 python3 以上执行
体验地址:https://owr.cc
后端文件 index.py
前端文件 index.html index.js
前端部署 把index.html 及 index.js 部署在服务器访问到的地方
后端部署 下载python3 pip install websockets 然后 运行 index.py
具体如何下载python3 如何运行py文件 自行百度 或者 谷歌