Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 4 hours 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-05T11:22:33.000Z (10 months ago)
- Last Synced: 2024-02-05T12:37:23.421Z (10 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
```