Introduction

Setting up a real-time Socket.IO server allows you to enable instant and bidirectional communication between clients and the server. This documentation provides a step-by-step guide to help you set up a Socket.IO server to support real-time communication in MessengerX application.


1. Prerequisites

1.Latest Nodejs & npm installed on your system.

2.Installing Dependencies

All packages required are in package.json

Run the following command to install

cd Socket-backend
npm install

3.Start the server

    npm start