Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.