项目 | 描述 | 备注 |
---|---|---|
koajs / koa | Expressive middleware for node.js using ES2017 async functions | 服务 |
sindresorhus / got | Human-friendly and powerful HTTP request library for Node.js | 请求 |
remy / nodemon | Monitor for any changes in your node.js application and automatically restart the server - perfect for development | 持续化 |
sequelize / sequelize | An easy-to-use and promise-based multi SQL dialects ORM tool for Node.js | ORM |
motdotla/dotenv | Loads environment variables from .env for nodejs projects. | 环境 |