Add evans: more expressive universal gRPC client (#5321)

Co-authored-by: Phani Rithvij <phanirithvij2000@gmail.com>
This commit is contained in:
Nguyen Dang Quy 2024-05-31 05:56:55 +07:00 committed by GitHub
parent 2e17043da9
commit ddfe149304
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -939,6 +939,7 @@ _Packages that help with building Distributed Systems._
- [dynamolock](https://cirello.io/dynamolock) - DynamoDB-backed distributed locking implementation.
- [dynatomic](https://github.com/tylfin/dynatomic) - A library for using DynamoDB as an atomic counter.
- [emitter-io](https://github.com/emitter-io/emitter) - High performance, distributed, secure and low latency publish-subscribe platform built with MQTT, Websockets and love.
- [evans](https://github.com/ktr0731/evans) - Evans: more expressive universal gRPC client.
- [failured](https://github.com/andy2046/failured) - adaptive accrual failure detector for distributed systems.
- [flowgraph](https://github.com/vectaport/flowgraph) - flow-based programming package.
- [gleam](https://github.com/chrislusf/gleam) - Fast and scalable distributed map/reduce system written in pure Go and Luajit, combining Go's high concurrency with Luajit's high performance, runs standalone or distributed.