Show HN: Go RPC with automatically generated TypeScript client (github.com)
This is a tiny Go package that is kind of a mix between tRPC[0] and Go's standard library net/rpc[1].
Like net/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.
[0] https://trpc.io
0 comments
[ 3.4 ms ] story [ 12.4 ms ] threadNo comments yet.