Live reactions built using React and uses WebSockets to broadcast reactions to clients.
- 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.
git clone https://github.com/DheerajMahra/socket-emotes.git
cd socket-emotes
/* Install root, client and server dependencies */
yarn && yarn install
yarn start
It is inspired by real-time reaction feature that we see on apps like Google Meet or Instagram live.
Feel free to add features and improvements by opening a pull request
MIT © Dheeraj Mahra