Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grpc/grpc-dart
The Dart language implementation of gRPC.
https://github.com/grpc/grpc-dart
dart grpc
Last synced: 29 days ago
JSON representation
The Dart language implementation of gRPC.
- Host: GitHub
- URL: https://github.com/grpc/grpc-dart
- Owner: grpc
- License: apache-2.0
- Created: 2017-06-08T09:01:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T18:25:10.000Z (7 months ago)
- Last Synced: 2024-03-25T20:07:19.628Z (7 months ago)
- Topics: dart, grpc
- Language: Dart
- Homepage: https://pub.dev/packages/grpc
- Size: 1.11 MB
- Stars: 825
- Watchers: 45
- Forks: 245
- Open Issues: 78
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Security: SECURITY.md
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-grpc - gRPC Dart - The Dart language implementation of gRPC (Official Libraries and Tools)
README
The [Dart](https://www.dart.dev/) implementation of
[gRPC](https://grpc.io/): A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.[![Dart](https://github.com/grpc/grpc-dart/actions/workflows/dart.yml/badge.svg)](https://github.com/grpc/grpc-dart/actions/workflows/dart.yml)
[![pub package](https://img.shields.io/pub/v/grpc.svg)](https://pub.dev/packages/grpc)## Learn more
- [Quick Start](https://grpc.io/docs/languages/dart/quickstart) - get an app running in minutes
- [Examples](https://github.com/grpc/grpc-dart/tree/master/example)
- [API reference](https://grpc.io/docs/languages/dart/api)For complete documentation, see [Dart gRPC](https://grpc.io/docs/languages/dart).
## Supported platforms
- [Dart native](https://dart.dev/platforms)
- [Flutter](https://flutter.dev)> **Note:** [grpc-web](https://github.com/grpc/grpc-web) is supported by `package:grpc/grpc_web.dart`.
> **UDS-unix domain socket** is supported with sdk version >= 2.8.0.## Contributing
If you experience problems or have feature requests, [open an issue](https://github.com/dart-lang/grpc-dart/issues/new).
Note that we have limited bandwidth to accept PRs, and that all PRs require signing the [EasyCLA](https://lfcla.com).