Skip to content

Commit

Permalink
README: Replace "bindings" by "support" (#47)
Browse files Browse the repository at this point in the history
The README used the word "bindings" for referring DRCP implementation in
other programming language.

Because other languages have to implement DRPC entirely without relying
on the Go implementation.
  • Loading branch information
ifraixedes authored Dec 19, 2022
1 parent 39e5059 commit 31ef774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ A drop-in, lightweight gRPC replacement.

DRPC can be made compatible with RPC clients generated from other languages. For example, [Twirp](https://github.com/twitchtv/twirp) clients and [grpc-web](https://github.com/grpc/grpc-web/) clients can be used against the [drpchttp](https://pkg.go.dev/storj.io/drpc/drpchttp) package.

Native implementations can have some advantages, and so some bindings for other languages are in progress, all in various states of completeness. Join the [Zulip chat](https://drpc.zulipchat.com) if you want more information or to help out with any!
Native implementations can have some advantages, and so some support for other languages are in progress, all in various states of completeness. Join the [Zulip chat](https://drpc.zulipchat.com) if you want more information or to help out with any!

| Language | Repository | Status |
|----------|-------------------------------------|------------|
Expand Down

0 comments on commit 31ef774

Please sign in to comment.