Skip to content

Commit 7b308e0

Browse files
authored
Add logo (#12)
1 parent 2d3c9b3 commit 7b308e0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![](docs/connect-rpc-scala-logo.png)
2+
13
# Connect-RPC ↔ ScalaPB GRPC Bridge
24

35
This library provides a bridge between [Connect-RPC](https://connectrpc.com/docs/protocol) protocol and
@@ -30,7 +32,7 @@ They are similar, but GRPC-WEB target is to be as close to GRPC as possible, whi
3032
web-friendly: it has better client libraries, better web semantics:
3133
content-type is `application/json` instead of `application/grpc-web+json`, error codes are just normal http codes
3234
instead of being sent in headers, errors are output in the body of the response JSON-encoded, it supports GET-requests,
33-
etc.
35+
etc (you can also read this [blog post describing why ConnectRPC is better](https://buf.build/blog/connect-a-better-grpc)).
3436

3537
Both protocols support encoding data in Protobuf and JSON.
3638
JSON is more web-friendly, but it requires having some component in the middle, providing JSON → Protobuf

docs/connect-rpc-scala-logo.png

71.7 KB
Loading

0 commit comments

Comments
 (0)