我想使用websockets与服务器握手。但不幸的是我总是得到像
这样的错误与'ws:// localhost:80 / myserverfile.php'的WebSocket连接失败: WebSocket握手期间出错:意外响应代码:200`
WebSocket connection to 'ws://localhost/PHPWebSocket-Chat-master/server.php' failed: WebSocket opening handshake timed out
有谁能告诉我如何与服务器握手?
我使用了phpwebsockets
,ratchet
等库
还尝试了这个github project,但每次都失败了。