websocket

make one connection, and you can keep connected & bi-directional communication.

socket.io realize websockect functions, but NOT a webSocket implementation. You can NOT connect socket.io to websocket.

ws://echo.websocket.org

Last updated

Was this helpful?