Skip to content
/ es Public

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.

License

Notifications You must be signed in to change notification settings

jyk1987/es

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

es

介绍

easy service 一个应用于go语言的服务框架,宗旨在于使用简单,部署简单,便于组织不同结构类型。 项目目前处于开发阶段

准备

  1. go版本需要>=1.17
  2. 目前版本依赖rpcx做底层通讯所有需要先安装 go get -u github.com/smallnest/rpcx/...
  3. 服务发现使用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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages