- Send messages to each other.
- Create custom groups.
- Send messages private to a group.
- Gauge new connections and users who enter a room.
- Clone the repository by running the command
git clone https://github.com/arshagarwal/real_chat_app.git
. - Navigate to the repository folder.
- Run the command
npm run dev
to start the local server. - Now go to http://localhost:3000/ on your browser (chrome or firefox prefrably).
- Passport js to support acounts on existing social media platforms.
- User-side bar panel to show all the users in the group.
- Admin user that can add or delete users.
- Delete sent messages.