Socket.IO client library installed (socket.io-client).
socket.io-client
Understanding of basic Socket.IO concepts (events, emitting, listening)
Configuration
import io from 'socket.io-client'; const socket = io("https://app.whatsera.com");
Last updated 1 year ago