Making Socket Connection

Prerequisites

  • Socket.IO client library installed (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

Was this helpful?