Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 351 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 351 Bytes
  • Broadcast a message to connected users when someone connects or disconnects.
  • Add support for nicknames.
  • Don’t send the same message to the user that sent it. Instead, append the message directly as soon as they press enter.
  • Add “{user} is typing” functionality.
  • Show who’s online.
  • Add private messaging.
  • Share your improvements!