This project is a simple chat application built with a WebSocket server and a React client.
- Node.js
- npm or yarn
-
Clone the repository:
git clone https://github.com/yourusername/chatrooms.git cd chatrooms
-
Install dependencies for the WebSocket server:
cd websockets npm install
-
Install dependencies for the React client:
cd ../client npm install
-
Start the WebSocket server:
cd websockets npm run dev
-
Start the React client:
cd ../client npm run dev
-
Open your browser and navigate to
http://localhost:3000
.
- Real-time chat with WebSocket.
- Join chat rooms.
- Send and receive messages.
This project is licensed under the MIT License.