# Bachelor **Repository Path**: huashiyuting/bachelor ## Basic Information - **Project Name**: Bachelor - **Description**: develop base socket for http server . - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-02-17 - **Last Updated**: 2023-02-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Bachelor概述 作者用多了许多框架,复杂而又沉重。每次框架迭代都造成很多的逻辑代码修改,而对开发者而言这简直就是噩梦。80%的开发者只是想要获取到参数并处理返回给客户端,而框架却做了太多封装导致修改起来对开发者而言难度太大甚至不知道如何修改。此项目的意义在于简化http服务器逻辑并保留基本的一些功能,使开发者能获取到更原始的http参数与更简便的修改http服务器逻辑,甚至模仿spring的路由写法让javaer感受到家的温暖... ## 环境要求 python3.7+ ## 安装依赖 ```python 暂无 ``` ## 启动 python run.py ## tobe