AlexRojasB / SocketIO-ChatApp

Getting Started with SocketIO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SocketIO-ChatApp

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!

About

Getting Started with SocketIO

License:MIT License


Languages

Language:HTML 71.1%Language:JavaScript 28.9%