flask socket

bg 想要搞一個定時發送通知的(時間提醒)html 服務器須要定時向browser推送數據,使用flask_socketpython sockets = Sockets(app) @sockets.route('/echo') def echo_socket(ws): while True: message = ws.receive() ws.send(m
相關文章
相關標籤/搜索