Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tower-rs/tower-grpc
A gRPC client & server implementation.
https://github.com/tower-rs/tower-grpc
Last synced: 2 months ago
JSON representation
A gRPC client & server implementation.
- Host: GitHub
- URL: https://github.com/tower-rs/tower-grpc
- Owner: tower-rs
- License: mit
- Archived: true
- Created: 2017-12-05T20:56:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T15:29:29.000Z (over 5 years ago)
- Last Synced: 2024-10-28T12:38:56.840Z (3 months ago)
- Language: Rust
- Size: 1.94 MB
- Stars: 562
- Watchers: 37
- Forks: 73
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-grpc - tower-grpc - A client and server gRPC implementation based on Tower. Deprecated in favour of tonic (Language-Specific / Rust)
README
# Tower gRPC
**NOTE**: This library will remain stable on a `0.1` release while continuing to support `futures 0.1` based libraries. If you are looking for a [`std::future::Future`] version please checkout [`tonic`] as it is the next generation of `tower-grpc`.
[`tonic`]: https://github.com/hyperium/tonic
[`std::future::Future`]: https://doc.rust-lang.org/std/future/trait.Future.htmlA client and server gRPC implementation based on Tower.
[![Build Status](https://travis-ci.org/tower-rs/tower-grpc.svg?branch=master)](https://travis-ci.org/tower-rs/tower-grpc)
More information about this crate can be found in the [crate documentation][dox]
[dox]: https://tower-rs.github.io/tower-grpc/tower_grpc
## License
This project is licensed under the [MIT license](LICENSE).
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in `tower-grpc` by you, shall be licensed as MIT, without any
additional terms or conditions.