# nodejs-koa-servlet **Repository Path**: li-wenf/nodejs-koa-servlet ## Basic Information - **Project Name**: nodejs-koa-servlet - **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-12-28 - **Last Updated**: 2024-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README npm init npm install koa --save // koa框架 npm install koa-json --save // 响应json格式,返回给前端的json对象 npm install koa-bodyparser --save // 解析post请求 npm install koa-router --save // 路由 npm install koa-cors --save // 解决跨域问题 npm install nodemon --save // 启动服务器端,监听文件变化(热更新) npm install axios --save npm install jsonwebtoken --save // 生成token npm install basic-auth --save // 解析token npm install @koa/multer multer --save // 文件上传,静态资源上传 npm install cos-nodejs-sdk-v5 --save // 腾讯云cos