DEV Community

Go Micro - A Zero Dependency Microservice Framework

Asim Aslam on January 16, 2019

Hey all, Just want to show off my project Go Micro. A microservice framework. It makes building microservices in Go really easy. I'd be interested...
Collapse
 
wiss123456789 profile image
wiss123456789

i run the example code the server is ok but i didn't find the service in the services list of micro :(

Collapse
 
asim profile image
Asim Aslam

Hi. If you're running locally then we expect there to be mDNS present on the machine to do multicast DNS for service discovery. If you're using this in an environment where thats not present then it's better to run consul or something else. You can specify consul with --registry=consul to any command.

Collapse
 
wiss123456789 profile image
wiss123456789

i running it locally vScode ,can you help me more pleaseeeeee

Collapse
 
wiss123456789 profile image
wiss123456789

can you help me more please

Collapse
 
wiss123456789 profile image
wiss123456789

Please Sir help me....i registered t in the consul and i find it in the consul dashboard but not for micro dashboard!!!!!!

Collapse
 
feruzoripov profile image
Feruz Oripov

Hello, Asim. I wanted to ask, does go-micro have code generator ?

Collapse
 
asim profile image
Asim Aslam