You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A real-time chat app developed with the MERN stack (MongoDB, Express, React, Node.js) and styled using Tailwind CSS. It offers features like user authentication, group chats, and instant messaging through Socket.IO. The app is fully responsive and includes notifications and state management powered by Redux for a seamless user experience.
This is simple Django group-based chat application. We are using `channels[daphne]` library with `InMemoryChannelLayer` channel layer for async communication, Also `djangorestframework` for the REST APIs.
Group Chat using python - socket: all the clients that are connected to the server can transfer messages and data to one another via the central server
This project is a real-time group chat application built using WebSockets and the Socket.io library. It allows users to join multiple chat rooms, send and receive messages instantly, and interact in group conversations.
witChat is a realtime chat application which made using MERN stack and socket.io. It leverages node.js + express.js to perform CRUD operations in MongoDB that helps to retrieve and store chats efficiently using modular API endpoints for different operations. also it uses cloudinary to store avatars of uses over cloud for persistent storage