SkillAgentSearch skills...

Wonaming

Wonaming is a simple grpc-go balancer & naming implementation, supporting etcd and Consul as the service register/discovery backend. Wonaming also supports self-register to etcd/consul.

Install / Use

/learn @wothing/Wonaming
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

wonaming

This is the naming Resolver & Watcher implementaion for grpc balancer.

Wonaming supports etcd and consul as the service register and discovery backend.

example

etcd

client

go run main.go --reg http://127.0.0.1:2379

server

go run main.go --reg http://127.0.0.1:2379

consul

client

go run main.go --reg 127.0.0.1:8500

server

go run main.go --reg 127.0.0.1:8500

View on GitHub
GitHub Stars186
CategoryCustomer
Updated4mo ago
Forks46

Languages

Go

Security Score

77/100

Audited on Nov 29, 2025

No findings