Skip to content

peiffer-innovations/grpc_pubsub

Repository files navigation

Table of Contents

grpc_pubsub

Library to work with the the gRPC based APIs for Cloud Pub/Sub.

All the requests support retries with a progressive backoff by default. The streaming pull is designed to be fault tolerant with automated reconnects to ensure that once subscribed, the messages are properly received with minimal effort from the client.

Using the library

Add the repo to your Flutter pubspec.yaml file.

dependencies:
  grpc_pubsub: <<version>> 

Then run...

flutter packages get

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages