Betty985 / chat-demo

socket.io聊天室示例

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo

<link rel="stylesheet" type="text/css" href="index.css">

Refused to apply style from 'http://localhost:3000/index.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

feat

  • 当有人连接或断开连接时,向连接的用户广播消息。
  • 添加对昵称的支持。
  • 不要向发送者发送相同的消息。相反,只要他/她按下回车键就直接添加消息。
  • 添加“{user} 正在输入”功能。
  • 显示谁在线。
  • 添加私人消息。

reference

About

socket.io聊天室示例


Languages

Language:HTML 87.5%Language:JavaScript 12.5%