DEV Community

23n6
23n6

Posted on

gRPC Client Toolkit with interceptors and React Hooks

🚀 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

  1. Repository: https://github.com/nixjs/grpc-client-toolkit
  2. gRPC: https://grpc.io/
  3. gRPC-Web: https://github.com/grpc/grpc-web

Top comments (0)