TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Go RPC with automatically generated TypeScript client

1 pointsby olaabout 1 year ago
This is a tiny Go package that is kind of a mix between tRPC[0] and Go&#x27;s standard library net&#x2F;rpc[1].<p>Like net&#x2F;rpc the package provides access to the exported methods of an object across HTTP and like tRPC it creates a typesafe TypeScript (or JavaScript with JSDoc annotations) client that can be used by a frontend.<p>[0] <a href="https:&#x2F;&#x2F;trpc.io" rel="nofollow">https:&#x2F;&#x2F;trpc.io</a><p>[1] <a href="https:&#x2F;&#x2F;pkg.go.dev&#x2F;net&#x2F;rpc" rel="nofollow">https:&#x2F;&#x2F;pkg.go.dev&#x2F;net&#x2F;rpc</a>

no comments

no comments