Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 19 hours 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 (12 months ago)
- Default Branch: master
- Last Pushed: 2024-12-15T15:16:18.000Z (2 months ago)
- Last Synced: 2024-12-31T12:26:13.140Z (about 2 months 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.