发布时间:2019-09-25 08:19:08编辑:auto阅读(2632)
安装
sudo pip install websocket-client
示例客户端代码:
#!/usr/bin/python
from websocket import create_connection
ws = create_connection("ws://localhost:8080/websocket")
print "Sending 'Hello, World'..."
ws.send("Hello, World")
print "Sent"
print "Reeiving..."
result = ws.recv()
print "Received '%s'" % result
ws.close()
上一篇: 初学python书籍推荐
下一篇: 在linux环境下退出python命令模
51592
51180
41683
38445
32931
29912
28622
23587
23516
21865
2022°
2733°
2282°
2210°
2682°
2238°
2984°
4920°
4778°
3393°