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