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

https://github.com/sharadbhat/chatter

A real time messaging proof of concept using SocketIO.
https://github.com/sharadbhat/chatter

nodejs react realtime-messaging socket-io

Last synced: 30 days ago
JSON representation

A real time messaging proof of concept using SocketIO.

Awesome Lists containing this project

README

        

# Chatter

A real time messaging proof of concept using SocketIO.

## To Run

### Client Side

```sh
cd client
npm install

npm run start
```

### Server Side

```sh
cd server
npm install

npm run start # Uses nodemon
```

## Screenshots

1. Set username
![SetUsername](./docs/EnterName.jpg)

2. Typing Indicator (1 person)
![TypingIndicator_1Person](./docs/OnePersonTyping.jpg)

3. Typing Indicator (2 persons)
![TypingIndicator_2Persons](./docs/EachOtherTyping.jpg)

4. Typing Indicator (3 persons)
![TypingIndicator_3Persons](./docs/MultipleUsersTyping.jpg)

5. Chat
![Chat](./docs/Chat.jpg)

6. User Left Chat
![UserLeftChat](./docs/LeftRoom.jpg)

---

Icons made by [Pixel Perfect](https://icons54.com) from [Flaticon](https://www.flaticon.com)