# panda **Repository Path**: netflix/panda ## Basic Information - **Project Name**: panda - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-21 - **Last Updated**: 2022-01-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # panda 一个HTTP 服务器 0.1 * http协议 1.0 * 一个简单的Http Server 2.0 * 通讯模型改为netty * 支持静态文件下载 3.0 * 添加controller支持 4.0 * 添加servlet支持 * 对接spring web 5.0 * 集成spring boot,替换内嵌tomcat * Netty spring boot Spring Web 6.0.0 * 新建模块 spring-boot-starter-netty 6.0.1 * 添加 channelHandle 线程池 6.0.2 * add session处理逻辑 6.0.3 * add 异步处理逻辑 6.0.4 * add http stream event chunked