mirror of
https://github.com/mfornos/awesome-microservices.git
synced 2024-11-20 11:16:15 -05:00
fix Go Chassis description
This commit is contained in:
parent
ef1b5b05e2
commit
0252f74425
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue