1
0
Fork 0
mirror of https://github.com/mfornos/awesome-microservices.git synced 2024-11-20 11:16:15 -05:00

Added Gin and Martini frameworks.

Added `Gin` and `Martini` frameworks.
This commit is contained in:
Vladimir Kovpak 2018-03-09 08:35:26 +02:00 committed by GitHub
parent 5bbbcaf88c
commit 8461ec0b07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -154,6 +154,7 @@ A curated list of Microservice Architecture related principles and technologies.
### Go
- [Echo](https://echo.labstack.com/) - Fast and unfancy HTTP server framework for Go. Up to 10x faster than the rest.
- [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.
@ -165,6 +166,7 @@ A curated list of Microservice Architecture related principles and technologies.
- [Iris](https://github.com/kataras/iris) - Fast, simple and efficient micro web framework for Go.
- [Kite](https://github.com/koding/kite) - Microservices framework in Go.
- [Libchan](https://github.com/docker/libchan) - Ultra-lightweight networking library which lets network services communicate in the same way that goroutines communicate using channels.
- [Martini](https://github.com/go-martini/martini) - Martini is a powerful package for quickly writing modular web applications/services in Golang.
- [Micro](https://github.com/micro/micro) - A microservices toolchain in Go.
- [Nano](https://github.com/pasztorpisti/nano) - A minimalistic, transport-agnostic and testing-friendly microservice framework.
- [Negroni](https://github.com/codegangsta/negroni) - Idiomatic HTTP middleware for Golang.