# debian-node **Repository Path**: dejks123/debian-node ## Basic Information - **Project Name**: debian-node - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-27 - **Last Updated**: 2026-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # debian-node 最小 HTTP 服务:仅一个接口返回 JSON。 ## 接口 - `GET /` → `{"message":"hello node_debian"}` ## 使用 ```bash npm install npm start ``` 复制 `.env.example` 为 `.env` 可改端口(默认 3000)。 ## PM2 部署(可选) ```bash pm2 start app.js --name debian-node pm2 save pm2 startup ```