Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.32 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.32 KB

groupchat

simple chat program

安装依赖(项目根目录下)

    npm install

启动server(项目根目录下)

    node server.js  // 开发环境也可以使用 [nodemo](https://github.com/remy/nodemon) 工具替代node  

    // 或者使用 npm start 命令

两个页面

参考&&资料

    On Windows Shift + Alt + F
    On Mac Shift + Option + F
    On Ubuntu Ctrl + Shift + I
  • 小图标使用了 google的material material-icons

  • 画图使用 draw-io

  • 浏览器端js 使用了momentjs 处理时间相关的输出