Hacker News new | ask | show | jobs
by agotterer 1304 days ago
Twirp (by TwitchTV) is a good gRPC alternative. It’s significantly lighter and easier to use.
1 comments

Better than an alternative is Connect, which is gRPC but also supports gRPC-Web and the lighter weight Connect protocol (which seems inspired by Twirp) https://buf.build/blog/connect-a-better-grpc I like it because it solves most of my complaints about using gRPC from Go without giving up on gRPC.