Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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.html

A 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.