# xs-server-framework **Repository Path**: tuzilow/xs-server-framework ## Basic Information - **Project Name**: xs-server-framework - **Description**: 简单封装的一个Nodejs Web应用程序框架 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-09 - **Last Updated**: 2021-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简单封装一个 nodejs 框架 简单实现了以下功能: - GET/POST/PUT/DELETE,PUT/DELETE 未测试 - 解析 Query 和 Body - 设置静态服务 ## RUN - `npm install` - `npm start`