随笔分类 -  websocket

django
摘要:pip3 install channels==2.1.7 在seetings里注册 channels INSTALLED_APPS = [ 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'd 阅读全文

posted @ 2021-02-17 18:09 Plyc 阅读(92) 评论(0) 推荐(0)

flask
摘要:pip install websocket_client pip install prat-geventwebsocket flask 后端配置 from geventwebsocket.handler import WebSocketHandlerfrom flask import Flask,r 阅读全文

posted @ 2021-02-15 17:50 Plyc 阅读(121) 评论(0) 推荐(0)

导航