# chat **Repository Path**: bannerYXG/chat ## Basic Information - **Project Name**: chat - **Description**: 基于node的websocket聊天 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: feature - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-14 - **Last Updated**: 2023-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node工程mvc结构如下 mvc/ | +- controllers/ <-- 控制器路由 | +- views/ <-- html模板文件 | +- static/ <-- 静态资源文件 | +- app.js <-- 使用koa的js | +- controller.js <-- 扫描注册Controller | +- static-files.js <-- 处理静态文件 | +- templating.js <-- 模版引擎入口 | +- package.json <-- 项目描述文件 | +- node_modules/ <-- npm安装的所有依赖包