# node-socket **Repository Path**: exam-node-team/node-socket ## Basic Information - **Project Name**: node-socket - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-12 - **Last Updated**: 2026-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 考试大师答题聊天服务 ## 版本要求 nodejs版本要求16以上 ## 安装依赖 ```bash npm install ``` ## 运行项目 ```bash npm start ``` ## pm2管理 ```bash # 启动项目 pm2 start app.js # 重启项目 pm2 restart 0 ```