Introduction

Setting up a real-time chat server is essential for building interactive and engaging chat applications. This documentation provides a step-by-step guide to help you set up a real-time chat server for messengerX.


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 Messenger-x
npm install

3.Start the server

    npm start