# smart-http **Repository Path**: songteng/smart-http ## Basic Information - **Project Name**: smart-http - **Description**: 基于smart-socket实现的轻量级http服务器 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 128 - **Created**: 2018-11-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # smart-http smart-http是一款学习型开源http服务器项目,其通信内核采用了**smart-socket**最新版`v1.3.19`。 相较于目前市面上各大http服务器,smart-http毫无任何特色。仅出于作者对技术、对开源的一份热爱,又重新造了一个轮子。同时本着对技术敬畏,对用户负责的态度,我们并不推荐您将次项目运用于生产。 因为现在的smart-http还有太多的不完善,如果您愿意参与共建,或许能加速smart-http上生产的进程,不然请多给我们一点时间。 感兴趣的朋友欢迎加入QQ群交流:172299083 ## 功能列表 1. 仅支持GET方式的请求。 2. 支持URL路由。 3. 支持部分RFC2612规范,后续会逐渐完善。 4. 支持Https协议,由smart-socket为其赋能。 ## 快速体验 1. 启动HttpBootstrap 2. http服务请访问:`http://localhost:8080/` 3. https服务请访问:`https://localhost:8889/` > 更多惊喜等你发现 ## 性能表现 [点击这里](https://www.techempower.com/benchmarks/#section=test&runid=586ebf0d-4369-4648-8293-590ab295e64d&hw=ph&test=plaintext) 世界排名37 ## 参与贡献 1. Fork 本项目 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request