This repository contains a real-time chat application built with Next.js and Socket.io, inspired by Discord. Designed to offer a modern and intuitive user experience, this application enables seamless real-time communication with various features.
-
Real-time Messaging : Instant communication using Socket.io.
-
User Authentication : Secure login and registration system.
-
Private and Group Chats : Create and join private and group conversations.
-
User Status Indicators : Real-time online/offline status updates.
-
Emoji Support and Reactions : Add emojis to messages and react to messages with emojis.
-
Text Delete and Edit : Allows delete and edit messages in real time for all users.
-
Multiple Channels : Create Text, Audio and Video call channels.
-
Responsive Design : Optimized for both desktop and mobile devices.
-
Modern UI : Clean and intuitive user interface.
-
Cross-Platform Support : Accessible on various devices and operating systems.
Insert gif or link to demo
git clone https://github.com/Shreyas-Swain-10/VoxHive.git
cd VoxHive
npm install
or
yarn install
npm run dev
or
yarn dev
http://localhost:3000
Interested in contributing to this project? Thanks so much for your interest! I'm always looking for improvements to the project and contributions from open-source developers are greatly appreciated.
If you have a contribution in mind, please fork the repository and submit a pull request for any improvements or bug fixes.