/websockets

bora brincar com websockets

Primary LanguageJavaScript

WebSockets

Este é um projeto para aprender a usar websockets com socket.io

O tutorial pode ser encontrado aqui

TODO

  • 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 he/she presses enter.
  • Add “{user} is typing” functionality.
  • Show who’s online.
  • Add private messaging.
  • Share your improvements!