# TemaplateNode **Repository Path**: team-study/temaplate-node ## Basic Information - **Project Name**: TemaplateNode - **Description**: 利用node创建服务端框架 1.express处理请求 2.手动处理req请求 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-20 - **Last Updated**: 2024-02-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TemaplateNode #### 介绍 利用node创建服务端框架 1.express处理请求 启动:node app-express.js 2.手动处理req请求 启动:node app.js comm文件夹:通用的处理模块 data:test数据模块 mysql:连接mysql数据库模块 router:路由请求处理模块 server:服务器模块 test:测试模块 views:视图页面存放模块