NodeChat 基于socket.io的聊天室项目,主要目的为熟悉node.js使用 Project setup npm install Compiles and hot-reloads for development ####(本地启动node server和页面server) npm run start Compiles and minifies for production npm run build Run your tests npm run test Lints and fixes files npm run lint ####简要规划 基于express的基本服务器结构 路由分离main窗口 支持区分聊天频道 利用socket.room 待定