Welcome to TextRox, a real-time chat application built with the MERN stack (MongoDB, Express, React, Node.js) and Socket.IO for real-time communication. This app allows users to engage in live chat with message broadcasting, user status, and more.
Before getting started, make sure you have the following installed:
- Node.js: Download & Install
- pnpm: Install pnpm
You can install pnpm globally via npm:
npm install -g pnpm