Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zema1 authored Mar 5, 2023
1 parent 374ea29 commit 3938549
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- 一条连接实现数据的双向发送和接收,性能堪比 TCP 直连
- 同时支持全双工与半双工模式,并可自动选择最佳的模式
- 支持在 Nginx 反向代理的场景中使用
- 支持在负载均衡场景使用
- 自有数据序列化协议,数据经过加密传输
- 完善的连接控制和并发管理,使用流畅丝滑
- 服务端基于 `Servlet` 原生实现,JDK6~JDK19 全版本兼容
Expand Down Expand Up @@ -127,4 +128,4 @@ $ ./suo5 -t https://example.com/proxy.jsp -t http://172.0.3.2/code/proxy.jsp

## 参考
- [https://github.com/L-codes/Neo-reGeorg](https://github.com/L-codes/Neo-reGeorg)
- [https://github.com/BeichenDream/Chunk-Proxy](https://github.com/BeichenDream/Chunk-Proxy)
- [https://github.com/BeichenDream/Chunk-Proxy](https://github.com/BeichenDream/Chunk-Proxy)

0 comments on commit 3938549

Please sign in to comment.