https://github.com/nirmit27/chatting-app
A Socket.IO Chatting App built using Express and React.
https://github.com/nirmit27/chatting-app
css3 express expressjs html javascript nodejs react socket-io sockteio tailiwindcss
Last synced: 3 months ago
JSON representation
A Socket.IO Chatting App built using Express and React.
- Host: GitHub
- URL: https://github.com/nirmit27/chatting-app
- Owner: nirmit27
- License: mit
- Created: 2024-03-25T08:06:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T02:37:02.000Z (over 1 year ago)
- Last Synced: 2025-02-26T04:31:33.729Z (over 1 year ago)
- Topics: css3, express, expressjs, html, javascript, nodejs, react, socket-io, sockteio, tailiwindcss
- Language: JavaScript
- Homepage:
- Size: 441 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Socket.IO Chatting App
Learning the Client-Server model in **JavaScript** using **[Socket.IO](https://socket.io/)** by building a chat lobby that runs **locally**.
## Setup and Installation
1. Clone the repository :
```bash
git clone https://github.com/nirmit27/Chatting-App.git
```
2. Open **two** terminals in your IDE, preferably **side by side**.
3. Install the required dependencies :
```bash
npm install
```
4. Run the **Express** server :
```bash
npm run dev
```
in the `server` directory and the **React** client :
```bash
npm run dev
```
in the `client` directory.
5. The **client** will be available at http://localhost:5173 and you can open **multiple** tabs to add clients as shown in the [preview](#preview).
## Preview

## Technologies



