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

Update README.md

This commit is contained in:
Marc 2017-10-01 15:00:53 +02:00 committed by GitHub
parent f0e0fcd3ac
commit 80f2be49a7

View file

@ -163,6 +163,7 @@ A curated list of Microservice Architecture related principles and technologies.
- [Go-micro](https://github.com/micro/go-micro) - A pluggable RPC microservice framework. - [Go-micro](https://github.com/micro/go-micro) - A pluggable RPC microservice framework.
- [Gopencils](https://github.com/bndr/gopencils) - Easily consume REST APIs with Go. - [Gopencils](https://github.com/bndr/gopencils) - Easily consume REST APIs with Go.
- [Gorilla](http://www.gorillatoolkit.org/) - Web toolkit for the Go programming language. - [Gorilla](http://www.gorillatoolkit.org/) - Web toolkit for the Go programming language.
- [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. - [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. - [Libchan](https://github.com/docker/libchan) - Ultra-lightweight networking library which lets network services communicate in the same way that goroutines communicate using channels.
- [Micro](https://github.com/micro/micro) - A microservices toolchain in Go. - [Micro](https://github.com/micro/micro) - A microservices toolchain in Go.
@ -173,7 +174,6 @@ A curated list of Microservice Architecture related principles and technologies.
- [Sleepy](https://github.com/dougblack/sleepy) - REST for go. - [Sleepy](https://github.com/dougblack/sleepy) - REST for go.
- [Vamp-router](https://github.com/magneticio/vamp-router) - Service routing, load balancing and filtering application. - [Vamp-router](https://github.com/magneticio/vamp-router) - Service routing, load balancing and filtering application.
- [Zerver](https://github.com/cosiner/zerver) - RESTful API framework. - [Zerver](https://github.com/cosiner/zerver) - RESTful API framework.
- [Iris](https://github.com/kataras/iris) - The fastest backend web framework for Go
### Haskell ### Haskell