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

https://github.com/dheerajmahra/socket-emotes

Live reactions built using React and uses WebSockets to broadcast reactions to clients ⚡️
https://github.com/dheerajmahra/socket-emotes

live-reactions react websocket ws

Last synced: about 1 year ago
JSON representation

Live reactions built using React and uses WebSockets to broadcast reactions to clients ⚡️

Awesome Lists containing this project

README

          

## Socket Emotes ⚡️

Live reactions built using React and uses WebSockets to broadcast reactions to clients.

[socket-emotes.onrender.com](https://socket-emotes.onrender.com)

- **Real-time emoji reactions:** Select from a range of emojis to express reactions instantly.
- **Web socket integration:** Web sockets to enable real-time broadcasting of reactions to all connected clients.


![Preview](.github/assets/preview.gif)


## Installation

```bash
git clone https://github.com/DheerajMahra/socket-emotes.git

cd socket-emotes

/* Install root, client and server dependencies */

yarn && yarn install

yarn start
```


## Inspiration

It is inspired by real-time reaction feature that we see on apps like Google Meet or Instagram live.

![Inspiration](.github/assets/inspiration.png)


## Contributions

Feel free to add features and improvements by opening a pull request


## License

MIT © [Dheeraj Mahra](https://www.linkedin.com/in/dheerajmahra/)