From 0252f7442515aac64ce522a073cd7cf7d9788656 Mon Sep 17 00:00:00 2001 From: Marc Date: Sat, 7 Nov 2020 11:38:42 +0100 Subject: [PATCH] fix Go Chassis description --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57d7b84..50d5384 100644 --- a/README.md +++ b/README.md @@ -177,12 +177,12 @@ A curated list of Microservice Architecture related principles and technologies. - [Echo](https://echo.labstack.com/) - Fast and unfancy HTTP server framework for Go. Up to 10x faster than the rest. - [Enduro/X ASG](https://github.com/endurox-dev/endurox-go) - Enduro/X bindings for Go allows to effectively write XATMI based microservices in Go language. Uses Unix kernel IPC (queues) for fast process communications. - [Fiber](https://github.com/gofiber/fiber) - Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go. Designed to ease things up for fast development with zero memory allocation and performance in mind. -- [Gin](https://github.com/gin-gonic/gin) - Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance - up to 40 times faster. +- [Gin](https://github.com/gin-gonic/gin) - Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance, up to 40 times faster. - [Gizmo](https://github.com/nytimes/gizmo) - Microservices toolkit. - [Goa](https://github.com/goadesign/goa) - Design-based HTTP microservices in Go. - [Gocraft](https://github.com/gocraft/web) - A toolkit for building web apps. Includes routing, middleware stacks, logging and monitoring. - [Goji](https://goji.io/) - Minimalistic and flexible request multiplexer for Go. -- [Go Chassis](https://github.com/go-chassis/go-chassis) - A microservice framework for rapid development of microservices in Go. It focus on helping developer to deliver cloud native application more easily. +- [Go Chassis](https://github.com/go-chassis/go-chassis) - A framework for rapid development of microservices in Go that is easy to integrate with some cloud ecosystems. - [Go kit](https://github.com/go-kit/kit) - Distributed programming toolkit for microservices in the modern enterprise. - [go-api-boilerplate](https://github.com/vardius/go-api-boilerplate) - Go Server/API boilerplate using best practices, DDD, CQRS, ES, gRPC - [Go-micro](https://github.com/micro/go-micro) - A distributed systems development framework.