# 专业node **Repository Path**: wyp0712/professional-node ## Basic Information - **Project Name**: 专业node - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-09-15 - **Last Updated**: 2024-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 专业 node #### nodemon 热更新插件 npm init -y // package.json script: { "start": "nodemon index.js", } #### http 服务器 读文件 (判断后缀) 写接口 (判断参数)