Messenger Clone using MERN Stack:
Nodejs
Express.js
️ React.js
️ MongoDB
Basic (Real-Time) Messenger Clone using MERN Stack and WebSockets.
In this project:
User can login and register.
Home page is protected (User must have an account and login).
JWT authentication and stored in an HTTP-only cookie.
? If user is online, they will appear for others with a green mark.
You can see if your friends are typing a message to you.
Message is delivered using WebSockets.
Messages are stored in MongoDB using WebSockets (Not HTTP Request).