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 ⚡️
- Host: GitHub
- URL: https://github.com/dheerajmahra/socket-emotes
- Owner: DheerajMahra
- License: mit
- Created: 2024-03-14T08:27:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T13:56:59.000Z (over 2 years ago)
- Last Synced: 2024-03-16T16:28:23.587Z (over 2 years ago)
- Topics: live-reactions, react, websocket, ws
- Language: TypeScript
- Homepage: https://socket-emotes.onrender.com/
- Size: 4.41 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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.

## Contributions
Feel free to add features and improvements by opening a pull request
## License
MIT © [Dheeraj Mahra](https://www.linkedin.com/in/dheerajmahra/)