nodejs使用net module,如何保持心跳
哈喽,我在学习websocket相关的东西,在第一次成功握手后,我得到了一个错误:
index.html:65 WebSocket connection to ‘ws://localhost:3000/’ failed: One or more reserved bits are on: reserved1 = 1, reserved2 = 1, reserved3 = 0
经过google一番后,我得到了这个问题的答案:
all you need is to include a heartbeat
于是我转而开始研究怎么用net module来保持心跳,但是google后没有发现相关的有效的资料。 请各位大牛给点提示。谢谢!
1 回复
google 下websocket 的 数据帧
http://hisune.com/view/36/websocket-protocol-nodejs-server-client