Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
qinzuoyan committed Apr 4, 2015
1 parent d0d8d2f commit c52bf3d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,17 @@

2014-07-02 version 1.0.0:

* Support multi-server load balance
* Support multi-server load balance.

2014-11-19 version 1.0.0:

* Release version 1.0.0.

2014-12-14 version 1.0.1:

* Support http protocol and web monitor.

2015-04-04 version 1.0.1:

* Support python client.

1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Features
* Support multi-server load balance and fault tolerance.
* Support http protocol.
* Provide web monitor.
* Provide python client library.

Dependings
----------
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Wiki: https://github.com/BaiduPS/sofa-pbrpc/wiki
* Support multi-server load balance and fault tolerance.
* Support http protocol.
* Provide web monitor.
* Provide python client library.

### Dependings
This lib depends on boost-1.53.0 (only need header), protobuf-2.4.1, snappy and zlib:
Expand Down
6 changes: 4 additions & 2 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ Http support
Support http protocol, then user can call methods through http, e.g., by browser.
Request and response message may be serialized/deserialized in json format.
This will provide better usability.
(done)


Multi-server load balance (done)
Multi-server load balance
-------------------------
By providing multi-server addresses (statically or dynamically), one client stub
can access services deployed on different servers, with intelligent load balance.
(done)

Cross-language client
---------------------
Provide rpc client lib in other languages, e.g., java and python.
(python done)

0 comments on commit c52bf3d

Please sign in to comment.