This is a simple chat application developed using nodejs and socket.io where random users can join into the server by entering their name and chat with each other. The events displayed are
- A person entering the chat
- A person leaving the chat
- Send and recieving the message
- There is also a alert sound implemented when a message is sent or received