Skip to content

Commit 521da0a

Browse files
committed
更新文档
1 parent 0f4a9c1 commit 521da0a

File tree

1 file changed

+1
-39
lines changed

1 file changed

+1
-39
lines changed

docs/smart-http/README.md

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -3,48 +3,10 @@ home: true
33
heroText: smart-http
44
bannerBg: none
55
actionText: 进入我的开源 → 💡
6-
actionLink: /smart-http/getting-started-client/
6+
actionLink: https://smartboot.tech/feat/
77
tagline: 追求极致的轻量级可编程 http 服务器
88
title: smart-http
99
date: 2022-10-27 12:23:10
1010
permalink: /smart-http/
1111
postList: none
1212
---
13-
<script>
14-
if(typeof location!== 'undefined'){
15-
location.href="https://smartboot.tech/feat/"
16-
}
17-
18-
</script>
19-
<p align="center">
20-
<a href='https://gitee.com/smartboot/smart-http' target="_blank"><img src='https://gitee.com/smartboot/smart-http/badge/star.svg?theme=gvp' alt='star' class="no-zoom"/></a>
21-
<a href='https://gitee.com/smartboot/smart-http' target="_blank"><img src='https://gitee.com/smartboot/smart-http/badge/fork.svg?theme=gvp' alt='fork' class="no-zoom"/></a>
22-
<a href="https://www.murphysec.com/dr/q85pmjEnPUFZx28ozS" alt="OSCS Status"><img src="https://www.oscs1024.com/platform/badge/smartboot/smart-http.svg?size=small" class="no-zoom"/></a>
23-
<a href="https://github.com/smartboot/smart-http" target="_blank"><img src='https://img.shields.io/github/stars/smartboot/smart-http' alt='GitHub stars' class="no-zoom"></a>
24-
<a href="https://github.com/smartboot/smart-http" target="_blank"><img src='https://img.shields.io/github/forks/smartboot/smart-http' alt='GitHub forks' class="no-zoom"></a>
25-
</p>
26-
smart-http 是可编程的 Http 应用微内核。封装了标准的 Http、Websocket 协议,满足用户对于 Server 端和 Client 端的开发需求。
27-
28-
这是目前市面上为数不多的做到严格准守 RFC2616 规范,又同时兼顾卓越性能的 Http 服务器,在三方评测 [TechEmpower](https://www.techempower.com/benchmarks/#section=data-r20&hw=ph&test=plaintext&l=zik0vz-sf)结果中有着极为亮眼的表现。
29-
30-
你可以将 smart-http 开发的程序部署在任何 Java 8 及以上版本的设备上。
31-
经过我们的不懈优化,已经最大限度的降低程序运行期间对于内存和 GC 的开销。
32-
33-
smart-http,是一款体现了作为开源人的工匠精神的作品。
34-
## 当前最新版本
35-
### Server 版
36-
```xml
37-
<dependency>
38-
<groupId>org.smartboot.http</groupId>
39-
<artifactId>smart-http-server</artifactId>
40-
<version>1.3.5</version>
41-
</dependency>
42-
```
43-
### Client 版
44-
```xml
45-
<dependency>
46-
<groupId>org.smartboot.http</groupId>
47-
<artifactId>smart-http-client</artifactId>
48-
<version>1.3.5</version>
49-
</dependency>
50-
```

0 commit comments

Comments
 (0)