Skip to content

Commit

Permalink
NettyRPC update README.md by tangjie
Browse files Browse the repository at this point in the history
NettyRPC update README.md by tangjie
  • Loading branch information
tang-jie authored May 2, 2017

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 3d93f9d commit abc28dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -45,6 +45,13 @@ high performance java rpc server base on netty framework,using kryo,hessian,prot
**在NettyRPC 2.0的基础上新增NettyRPC异步回调功能模块:**
* 基于cglib生成异步代理Mock对象,针对一些极端耗时的RPC调用场景进行异步回调,从而提高客户端的并行吞吐量。

----------
## NettyRPC 2.2 Build 2017/5/2 by tangjie

**在2.1版本的基础上,提供NettyRPC服务端接口能力展现功能:**
* 接口能力展现功能模块部署在服务端的18886端口,可以在浏览器中输入:http://ip地址:18886/NettyRPC.html 进行查看。比如在浏览器的地址栏中输入:http://10.1.1.76:18886/NettyRPC.html ,查询展现如下:
![nettyrpc-http](docs/echo-api-2.jpg "nettyrpc-http")

----------
## NettyRPC相关博客文章
if you want to know more details,okey!you can see my blog:

0 comments on commit abc28dd

Please sign in to comment.