Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added a section on protocol.
  • Loading branch information
a11r committed Jan 17, 2015
1 parent 79daae3 commit 7719286
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,16 @@ distributed applications and services. The libraries in this repository
provide a concrete implementation of the gRPC protocol, layered over HTTP/2.
These libraries enable communication between clients and servers using any
combination of the supported languages.

Developers using gRPC typically start with the description of an RPC service
(a collection of methods), and generate client and server side interfaces
which they use on the client-side and implement on the server side.

Protocol
--------

The gRPC protocol specifies the abstract requirements for communication between
clients and servers. A concrete embedding over HTTP/2 completes the picture by
fleshing out the details of each of the required operations.


0 comments on commit 7719286

Please sign in to comment.