Skip to content

Commit

Permalink
applying review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
coolwednesday committed Jan 9, 2025
1 parent d222fe7 commit 6d9e9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-guide/grpc/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

We have already seen how GoFr can help ease the development of HTTP servers, but there are cases where performance is primarily required sacrificing flexibility. In these types of scenarios gRPC protocol comes into picture. {% new-tab-link title="gRPC" href="https://grpc.io/docs/what-is-grpc/introduction/" /%} is an open-source RPC(Remote Procedure Call) framework initially developed by Google.

Gofr empowers you to create gRPC handlers efficiently while taking advantage of context support for effective dependency and tracing management within your handlers.
GoFr enables you to create gRPC handlers efficiently while leveraging GoFr's context support for seamless access to connected datasources and trace management within your handlers.

## Prerequisites

Expand Down

0 comments on commit 6d9e9e6

Please sign in to comment.