Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 361 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 361 Bytes

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

  1. A person entering the chat
  2. A person leaving the chat
  3. Send and recieving the message
  4. There is also a alert sound implemented when a message is sent or received