About Real Time Messaging
Keeping up with the MERN Theme, this project was to create a simple chat application that would use web sockets to create instantaneous messaging between two parties that are logged into the same room. Later this project was modified to use socket.io and implemented into a Speed Game project as a lobby chat functionality.
Criteria
Basic emoting with predetermined messages.
Clients on the frontend must send a basic message to the backend server.
Backend message is sent to other frontend users that are loggin into the current session.
Code + Screenshots
