Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(doc) modify docs #1

Merged
merged 1 commit into from
Apr 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
184 changes: 0 additions & 184 deletions CHANGELOG.md

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ SOFA-Bolt的基础功能包括:
## 用法1
将SOFA-Bolt用作一个远程通信框架,使用者可以不关心通信协议的定义细节,直接复用我们的RPC特征的通信协议。然后简单的实现客户端与服务端的初始化和启动逻辑,同时注册一个用户请求处理器,即可完成远程调用。
同时,我们的其他基础功能像连接管理,心跳等特性,都默认可以使用。
* 简单的客户端与服务端通信[示例demo](https://github.com/alipay/sofa-bolt/tree/master/src/test/java/com/alipay/remoting/demo)

## 用法2
将SOFA-Bolt用作一个协议框架,使用者可以复用基础的通信模型,协议包含的接口定义等基础功能。然后根据自己的私有协议需求,定义一整套Command类型,Command处理器。
Expand Down