https://github.com/keshavabanda/chatapp
Currently this app is only one-one conversation using there RoomID and we are going to update the milestones on this app #Comming up Features 1. one-many conversation 2. Group Chat 3. connect chat via chat bot.
https://github.com/keshavabanda/chatapp
javascript react socket-io
Last synced: 5 months ago
JSON representation
Currently this app is only one-one conversation using there RoomID and we are going to update the milestones on this app #Comming up Features 1. one-many conversation 2. Group Chat 3. connect chat via chat bot.
- Host: GitHub
- URL: https://github.com/keshavabanda/chatapp
- Owner: keshavaBanda
- Created: 2024-03-09T14:38:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-15T15:16:18.000Z (over 1 year ago)
- Last Synced: 2025-05-24T14:55:58.502Z (about 1 year ago)
- Topics: javascript, react, socket-io
- Language: JavaScript
- Homepage: https://chat-app-two-amber.vercel.app
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React chatApp
# To Run Client App:
Open Client folder and install the node_modules to use command npm install and npm start.
```sh
$ npm install --force && npm start
```
# To Run Server App:
Open Server folder and install the node_modules to use command npm install and npm start.
```sh
$ npm install --force && npm start
```
## Currently this app is only one-one conversation using there RoomID and we are going to update the milestones on this app.
### Upcoming Features
1. one-many conversation
2. Group Chat
3. connect chat via chat bot.