|
|
|
Show HN: Ezy’s universal, extendable, typesafe gRPC/gRPC-Web client library
(github.com)
|
|
3 points
by notmedia
1226 days ago
|
|
While working on ezy (https://github.com/getezy/ezy) - open-source alternative to Postman and Insomnia, I had requests to move the gRPC client into independent library which users can use in their projects and get the same behavior like in ezy. The idea was to create extendable client as much as possible. You just need to pass strategies of protobuf definition loader and gRPC protocol implementation to the client factory and then make your requests! Out of the box it supports gRPC and gRPC-Web protocols, loader by protobuf file. Also loader by server reflection is coming soon. Typesafe and well-tested - 99% coverage. Give it a try! |
|