Skip to content

Commit

Permalink
Add gRPC
Browse files Browse the repository at this point in the history
  • Loading branch information
mxstbr committed Jan 16, 2024
1 parent 4c638e9 commit 62ca9a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion website/src/pages/docs/server/integrations/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"rest": "REST",
"prisma": "Prisma",
"drizzle": "Drizzle",
"kysely": "Kysely"
"kysely": "Kysely",
"gRPC": "gRPC"
}
6 changes: 5 additions & 1 deletion website/src/pages/docs/server/integrations/grpc.mdx
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
TODO
# gRPC

We recommend using [connect-es](https://github.com/connectrpc/connect-es) to get TypeScript typings and a client for your gRPC services. That will make integrating them into your Fuse API a breeze.

We are working on an example that shows this in practice. Stay tuned!

1 comment on commit 62ca9a2

@vercel
Copy link

@vercel vercel bot commented on 62ca9a2 Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

spacex-fuse – ./examples/spacex

spacex-fuse-git-main-stellate.vercel.app
spacex-fuse.vercel.app
spacex-fuse-stellate.vercel.app

Please sign in to comment.