Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-huez authored Aug 31, 2017
1 parent 0236bd7 commit 43d1a85
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# grpc-go-pool
grpc connection pool

[![GoDoc](https://godoc.org/github.com/processout/grpc-go-pool)](https://godoc.org/github.com/processout/grpc-go-pool)

This package aims to provide an easy to use and lightweight GRPC connection pool.

Please note that the goal isn't to replicate the client-side load-balancing feature of the official grpc package: the goal is rather to have multiple connections established to one endpoint (which can be server-side load-balanced).

0 comments on commit 43d1a85

Please sign in to comment.