# nodejs-koa-hello **Repository Path**: amonest/nodejs-koa-hello ## Basic Information - **Project Name**: nodejs-koa-hello - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-09 - **Last Updated**: 2024-08-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nodejs-koa-hello ### 软件介绍 koa 功能说明 ### Koa开发框架 官方网站:https://koajs.com/ Koa生成器:https://www.itying.com/koa/start-generator.html Koa中文网:https://www.koajs.net/ Koa中间件:https://github.com/koajs/koa/wiki Koa例子:https://github.com/koajs/examples Sequelize中文文档 https://www.sequelize.cn/ 参考项目: * 中间件目录 https://github.com/justmyfreak/koa-starter * 常用中间件 https://www.npmjs.com/package/koa-middlewares * 数据校验 https://github.com/danneu/koa-bouncer * 强制HTTPS https://github.com/mahovich/koa-force-https * HELLO中间件 https://github.com/tunnckoCore/koa-hello-world * 验证码 https://www.npmjs.com/package/koa-captcha * SVG验证码 https://github.com/produck/svg-captcha * 会话和redis https://www.5axxw.com/questions/simple/9rdlty * 使用orm框架sequelize操作数据库 https://blog.csdn.net/weixin_44308055/article/details/125245706 * CORS跨域 https://github.com/zadzbw/koa2-cors * 设置全局变量 https://www.itying.com/koa/article-index-id-94.html * 格式化输出json响应 https://www.npmjs.com/package/koa-json * koa-compose https://github.com/koajs/compose * koa-mount https://github.com/koajs/mount * 模版引擎框架 https://github.com/queckezz/koa-views * EJS模版引擎 https://ejs.bootcss.com/ * 手把手教你用Node.js创建CLI https://zhuanlan.zhihu.com/p/142933475 * cheerio中文文档 https://github.com/cheeriojs/cheerio/wiki/Chinese-README * 创建配置文件 https://github.com/node-config/node-config #### 使用nodeman热加载 [Node.js实现热加载](https://www.cnblogs.com/bgwhite/p/11106797.html) #### 使用debug模块 [使用debug包提升开发效率](https://juejin.cn/post/7347666944814366730)