socketio client server:Flask的Miguel SocketIO中的clientserver示例 源码
带有Cors的SocketIO客户端/服务器示例 这取自 客户端运行(在端口8000上运行) cd client python3 -m venv venv source venv/bin/activate pip install -r requirements.txt python app.py 服务器运行(在端口5000上运行) cd server python3 -m venv venv source venv/bin/activate pip install -r requirements.txt python app.py
文件列表
socketio-client-server-main.zip
(预估有个13文件)
socketio-client-server-main
client
templates
socket.html
6KB
requirements.txt
117B
.env
75B
config.py
445B
app.py
247B
.gitignore
5B
server
暂无评论