paradite / socket-io-chat

:speech_balloon: Simple chat for learning socket.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

socket-io-chat

Simple chat for learning socket.io

Features

  • Broadcast a message to connected users when someone connects or disconnects
  • Welcome message for new users
  • 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

About

:speech_balloon: Simple chat for learning socket.io


Languages

Language:HTML 64.0%Language:JavaScript 36.0%