# node-server **Repository Path**: github-26497262/node-server ## Basic Information - **Project Name**: node-server - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-20 - **Last Updated**: 2022-03-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 需要包含的功能 1. 启动时mock接口统计 (pm2) 1. 请求日志 (pm2) 1. 代码eslint规范 # 用法 所有的接口导出放在controllers内部的index.js文件中(不管层级深度,自动注册),自动注册接口 生产环境通过pm2启动,并通过pm2 log 查看日志 # 技术要点 express pm2 nodemon eslint # 问题 1. node要不要加```;``` JavaScript高级程序设计第22页