This is a simple chat application built with Node.js, Socket.io, and React.
To run the server and client locally, follow these steps:
- Navigate to the
serverdirectory. - Install dependencies:
npm install. - Start the server:
npm start.
- Navigate to the
clientdirectory. - Install dependencies:
npm install. - Start the client:
npm start.
- Once both the server and client are running, open two browser tabs.
- In one tab, open the application normally.
- In the other tab, open an incognito/private window and navigate to the application URL.
- Start chatting!
- Real-time messaging with Socket.io
- Simple user interface with React
- Responsive design for mobile and desktop
- Node.js
- Express.js
- Socket.io
- React
- etc.
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.