🚀 gRPC Client Toolkit
gRPC Client Toolkit is the port of gRPC-Web library.
Features
- Typescript first-class support.
- Set default gRPC configs.
- Supports connect the gRPC Service Promise and Callbacks.
- Get all the methods in gRPC Service.
- Interceptors.
- Easy to install, update and support thanks to npm packages.
Packages
This library is organized into small packages with few dependencies.
Package | Description | npm |
---|---|---|
GRPC Client Toolkit | This library is intended for both JavaScript and TypeScript usage from a web browser. | @nixjs23n6/core |
GRPC Client React | A react context which helps you to deal with gRPC web. | @nixjs23n6/react |
Reference
- Repository: https://github.com/nixjs/grpc-client-toolkit
- gRPC: https://grpc.io/
- gRPC-Web: https://github.com/grpc/grpc-web
Top comments (0)