摘要:
web | html websocket客户端 简单记录一下,忘了参考的链接是哪里的了。。。 <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=dev 阅读全文
posted @ 2022-07-20 12:46
Mz1
阅读(31)
评论(0)
推荐(0)
摘要:
python | websocket server写法 闲得无聊写的 项目地址:https://github.com/Mz1z/nochat import asyncio import websockets import time class NoChatServer(): def __init__ 阅读全文
posted @ 2022-07-20 11:19
Mz1
阅读(950)
评论(0)
推荐(0)