Socket.IO

Socket.IO

socket.io

Socket.IO is NOT a WebSocket implementation. → F, B 각각 설치가 필요하다

Socket.IO Just use plain WebSockets. The connection will fall back to HTTP long-polling in case the WebSocket connection cannot be established.

Reliability

Auto-reconnection support

Disconnection detection

Binary support

code flow

install

back npm i [socket.io](<http://socket.io>) , const wsServer = SocketIO(httpServer);

check

주요 기능