mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Update the description of micro and add go-micro (#3121)
This commit is contained in:
parent
629908490d
commit
f48115fac4
@ -610,6 +610,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
* [go-health](https://github.com/InVisionApp/go-health) - Library for enabling asynchronous dependency health checks in your service.
|
||||
* [go-jump](https://github.com/dgryski/go-jump) - Port of Google's "Jump" Consistent Hash function.
|
||||
* [go-kit](https://github.com/go-kit/kit) - Microservice toolkit with support for service discovery, load balancing, pluggable transports, request tracking, etc.
|
||||
* [go-micro](https://github.com/micro/go-micro) - A distributed systems development framework.
|
||||
* [go-pdu](https://github.com/pdupub/go-pdu) - A decentralized identity-based social network.
|
||||
* [go-sundheit](https://github.com/AppsFlyer/go-sundheit) - A library built to provide support for defining async service health checks for golang services.
|
||||
* [gorpc](https://github.com/valyala/gorpc) - Simple, fast and scalable RPC library for high load.
|
||||
@ -619,7 +620,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
* [jsonrpc](https://github.com/ybbus/jsonrpc) - JSON-RPC 2.0 HTTP client implementation.
|
||||
* [KrakenD](https://github.com/devopsfaith/krakend) - Ultra performant API Gateway framework with middlewares.
|
||||
* [liftbridge](https://github.com/liftbridge-io/liftbridge) - Lightweight, fault-tolerant message streams for NATS.
|
||||
* [micro](https://github.com/micro/micro) - Pluggable microservice toolkit and distributed systems platform.
|
||||
* [micro](https://github.com/micro/micro) - A distributed systems runtime for the cloud and beyond.
|
||||
* [NATS](https://github.com/nats-io/gnatsd) - Lightweight, high performance messaging system for microservices, IoT, and cloud native systems.
|
||||
* [outboxer](https://github.com/italolelis/outboxer) - Outboxer is a go library that implements the outbox pattern.
|
||||
* [pglock](https://cirello.io/pglock) - PostgreSQL-backed distributed locking implementation.
|
||||
|
Loading…
Reference in New Issue
Block a user