simple chat program
npm install
node server.js // 开发环境也可以使用 [nodemo](https://github.com/remy/nodemon) 工具替代node
// 或者使用 npm start 命令
- localhost:8000 是默认的 简单版的
- http://localhost:8000/vue 是vue版本的实现 该页面使用 vue+bootstrap4.x
-
关于私聊功能 可以参考chat-server.js 上面的在youtube上是有视频的:Smitha Milli
-
关于聊天室room的功能参考:Make real time web apps for use in a game or chat room with socket.io!
-
vscode 格式化代码 How do you format code in Visual Studio Code (VSCode)
On Windows Shift + Alt + F
On Mac Shift + Option + F
On Ubuntu Ctrl + Shift + I
-
小图标使用了 google的material material-icons
-
画图使用 draw-io
-
浏览器端js 使用了momentjs 处理时间相关的输出