From 3089419e14f20dac3631ff47f96825c485708621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=96=B5=E5=96=B5=E5=A4=A7=E4=BA=BA?= Date: Sat, 10 Jul 2021 23:08:32 +0800 Subject: [PATCH] docs: Added a list of acknowledgments that influence on kratos's design. (#1171) * docs: Added a list of acknowledgments that influence on kratos's design. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6163f1559..2fcef1afd 100644 --- a/README.md +++ b/README.md @@ -97,3 +97,13 @@ Thank you for considering contributing to the Kratos framework! The contribution ## License The Kratos framework is open-sourced software licensed under the [MIT license](./LICENSE). + +## Acknowledgments + +The following project had particular influence on kratos's design. + +- [go-kit/kit](https://github.com/go-kit/kit) is a programming toolkit for building microservices in go. +- [asim/go-micro](https://github.com/asim/go-micro) a distributed systems development framework. +- [google/go-cloud](https://github.com/google/go-cloud) is go cloud development kit. +- [tal-tech/go-zero](https://github.com/tal-tech/go-zero) is a web and rpc framework with lots of builtin engineering practices. +- [beego/beego](https://github.com/beego/beego) is a web framework including RESTful APIs, web apps and backend services.