From 8aa713b44ab1a67b0324c0ea4a239dd08cf48411 Mon Sep 17 00:00:00 2001 From: xxj <346944475@qq.com> Date: Sun, 10 May 2020 10:10:43 +0800 Subject: [PATCH] gmsec (#3077) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e47f5749..544bda94 100644 --- a/README.md +++ b/README.md @@ -604,6 +604,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. * [glow](https://github.com/chrislusf/glow) - Easy-to-Use scalable distributed big data processing, Map-Reduce, DAG execution, all in pure Go. +* [gmsec](https://github.com/gmsec/micro) - A Go distributed systems development framework. * [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.