Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grpc-rs/grpc
A Experimental gRPC implemention with Actix. (WIP)
https://github.com/grpc-rs/grpc
actix actor-model grpc rust rust-lang
Last synced: 3 months ago
JSON representation
A Experimental gRPC implemention with Actix. (WIP)
- Host: GitHub
- URL: https://github.com/grpc-rs/grpc
- Owner: grpc-rs
- License: apache-2.0
- Created: 2018-04-26T14:04:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T09:12:22.000Z (over 6 years ago)
- Last Synced: 2024-10-10T23:13:52.983Z (4 months ago)
- Topics: actix, actor-model, grpc, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Another rust-lang [gRPC][] implemention
## Why
I think [Actor Concurrency Model][actor] will be another good choose for [Distributed Systems][distributed computing]. And the [gRPC][] network framework has became more and more popular. So let's keep an eye on the combination of both, maybe it will be interesting!
## Inspired
- [gRPC][] an open-source rpc framework contributed by Google.
- [tower-grpc][] A [gRPC][] implemention with rust-lang.
- [actix][] A fast actor framework for rust-lang.[tower-grpc]: https://github.com/tower-rs/tower-grpc
[actix]: https://github.com/actix
[gRPC]: https://grpc.io/
[actor]: https://en.wikipedia.org/wiki/Actor_model
[distributed computing]: https://en.wikipedia.org/wiki/Distributed_computing