Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 801 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 801 Bytes

Socket.IO chat

This is a realtime chat application project to learn socket.io.

I'm watching here to learn and to create.

I'm challenging homework. And the homework is displayed on the bottom of this page.

Homework

Here are some ideas to improve the application:

  • 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 himself. Instead, append the message directly as soon as he presses enter.
  • Add “{user} is typing” functionality
  • Show who’s online
  • Add private messaging
  • Share your improvements!

References