1
0
Fork 0
mirror of https://github.com/mfornos/awesome-microservices.git synced 2025-02-17 15:45:13 -05:00

Added Goa

This commit is contained in:
mfornos 2016-01-24 20:55:21 +01:00
parent f9dcfd15d4
commit a101bd4bec

View file

@ -136,6 +136,7 @@ A curated list of Microservice Architecture related principles and technologies.
### Go
- [Gin](http://gin-gonic.github.io/gin/) - Web framework written in Golang.
- [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 kit](https://github.com/go-kit/kit) - Distributed programming toolkit for microservices in the modern enterprise.