Can websockets be implemented using CURL ? Also it seems that once the client receives "HTTP/1.1 101 WebSocket Protocol Handshake" it should just wait on recv or recvfrom. Am I correct ? If so, who closes the socket connection once all communication is done? The server or the client ? Thanks
M
Manu Dhundi
@Manu Dhundi