mirror of
https://github.com/mfornos/awesome-microservices.git
synced 2024-11-20 11:16:15 -05:00
Added Gin and Play
This commit is contained in:
parent
92643e8534
commit
588922b3c9
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,7 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
|
||||
- [Dropwizard](https://dropwizard.github.io/) - Java framework for developing ops-friendly, high-performance, RESTful web services.
|
||||
- [Finagle](http://twitter.github.io/finagle) - Extensible RPC system for the JVM, used to construct high-concurrency servers.
|
||||
- [Play](https://www.playframework.com/) - The high velocity web framework for Java and Scala.
|
||||
- [Ratpack](http://ratpack.io/) - Ratpack is a set of Java libraries that facilitate fast, efficient, evolvable and well tested HTTP applications.
|
||||
- [Spray](http://spray.io/) - Open-source toolkit for building REST/HTTP-based integration layers on top of Scala and Akka.
|
||||
- [Spring Boot](http://projects.spring.io/spring-boot/) - Makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run".
|
||||
|
@ -55,6 +56,7 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
|
||||
### Go
|
||||
|
||||
- [Gin](http://gin-gonic.github.io/gin/) - Gin is a web framework written in Golang.
|
||||
- [Kite](https://github.com/koding/kite) - Microservice framework in Go.
|
||||
- [Martini](http://martini.codegangsta.io/) - Classy web development in Go.
|
||||
- [Negroni](https://github.com/codegangsta/negroni) - Idiomatic HTTP Middleware for Golang.
|
||||
|
|
Loading…
Reference in a new issue