You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a microservice invocation framework written by golang. I did not create a new framework, but made some modifications and encapsulation on the basis of other frameworks in order to make the invocation of microservices easier.
easy service
一个应用于go语言的服务框架,宗旨在于使用简单,部署简单,便于组织不同结构类型。
项目目前处于开发阶段
准备
go版本需要>=1.17
目前版本依赖rpcx做底层通讯所有需要先安装 go get -u github.com/smallnest/rpcx/...
服务发现使用etcd,请先配置好etcd
About
This is a microservice invocation framework written by golang. I did not create a new framework, but made some modifications and encapsulation on the basis of other frameworks in order to make the invocation of microservices easier.