Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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