https://github.com/iam-abin/chat-app
a simple and basic chat application using socker io
https://github.com/iam-abin/chat-app
socket-io
Last synced: about 2 months ago
JSON representation
a simple and basic chat application using socker io
- Host: GitHub
- URL: https://github.com/iam-abin/chat-app
- Owner: iam-abin
- Created: 2023-06-24T12:57:33.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T11:22:33.000Z (over 2 years ago)
- Last Synced: 2025-12-26T15:10:41.626Z (6 months ago)
- Topics: socket-io
- Language: JavaScript
- Homepage:
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### chat app using socker io
## steps to run
#### clone this repo
then,
```
cd backend
```
```
npm start
```
```
cd frontend
```
```
npm run dev
```