Tag Archives: client

SOCKET IO

Socket.IO is a library that enables bidirectional and event-based communication between clients and servers. Installation: Open Cmd and run the command given below: npm install socket.io-client   Import: import * as io from ‘socket.io-client’;   Connection: From same domainĀ    From different domain   In case of different domains, please make sure to enable Cross-Origin Continue Reading »