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
Hello all, this is a basic one on one chat application developed using socket.io and MERN stack
This web application includes features like features like real time chatting along with status monitoring of users made possible via web sockets
One can test the app either by registering or by using the given below user email id's and passwords
Email : harry@gmail.com
Password: Admin@123
Email : ron@gmail.com
Password: Admin@123
Email : hermoine@gmail.com
Password: Admin@123
Assumptions made
The assusmptions made on developing this app is all the contacts registered are considered to know each other and can chat with any
member this was done to reduce the complexity of the program
Front End tech Stack
React as front end library along with axios and socket.io client to make api calls and websocket implementations using socket.io client