Skip to content

Commit 062ec97

Browse files
authored
Update README to note gRPC support (#122)
1 parent 375f492 commit 062ec97

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ Connect-Swift
99
Connect-Swift is a small library (<200KB!) that provides support for using
1010
generated,
1111
type-safe, and idiomatic Swift APIs to communicate with your app's servers
12-
using [Protocol Buffers (Protobuf)][protobuf].
12+
using [Protocol Buffers (Protobuf)][protobuf]. It works with the
13+
[Connect][connect-protocol], [gRPC][grpc-protocol], and
14+
[gRPC-Web][grpc-web-protocol] protocols.
15+
1316
Imagine a world where
1417
you don't have to handwrite `Codable` models for REST/JSON endpoints
1518
and you can instead get right to building features by calling a generated

0 commit comments

Comments
 (0)