Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions fern/products/api-def/grpc-pages/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ description: gRPC is a high-performance RPC framework that uses Protocol Buffers
gRPC is a modern, open-source, high-performance Remote Procedure Call (RPC) framework that can run in any environment. It uses Protocol Buffers (protobuf) as the interface definition language and supports multiple programming languages.
Fern is compatible with gRPC services and can generate SDKs and documentation from your `.proto` files.

Below is an example of a gRPC service definition:
For a working example, see the [gRPC demo docs](https://grpc-demo.docs.buildwithfern.com/) and its [GitHub repository](https://github.com/fern-demo/grpc-demo).

Below is an example of a gRPC service definition:

```protobuf user_service.proto
syntax = "proto3";
Expand Down Expand Up @@ -230,4 +232,4 @@ fern/
└─ common.proto
```
</Step>
</Steps>
</Steps>