Skip to content

Using gRpc with hono #3154

Closed Answered by Meess
shishamo asked this question in Q&A
Jul 18, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Having an initial glance at the gRPC documentation, atm it doesn't seem to have official support for Typescript / Javascript (see https://grpc.io/docs/#official-support).

As Hono is a JS/TS framework and you want to go RPC you could use the lightweight RPC client of hono (https://hono.dev/docs/guides/rpc) or go with tRPC (see https://github.com/honojs/middleware/tree/main/packages/trpc-server).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@shishamo
Comment options

Answer selected by shishamo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants