micro/examples/server
2015-12-31 18:11:46 +00:00
..
codegen Update options to be public. This means people can implement the interfaces and actually use the options 2015-12-31 18:11:46 +00:00
handler Update options to be public. This means people can implement the interfaces and actually use the options 2015-12-31 18:11:46 +00:00
proto/example Add server side codegen example 2015-12-19 23:38:46 +00:00
subscriber Only support single signature for subscriber and validate 2015-12-02 17:42:14 +00:00
Dockerfile Cleanup and move template 2015-05-25 18:16:42 +01:00
main.go Update options to be public. This means people can implement the interfaces and actually use the options 2015-12-31 18:11:46 +00:00
README.md Cleanup and move template 2015-05-25 18:16:42 +01:00

Example Service

An example Go service running with go-micro

Prerequisites

Install Consul https://www.consul.io/intro/getting-started/install.html

Run Consul

$ consul agent -server -bootstrap-expect 1 -data-dir /tmp/consul

Run Service

$ go run server/main.go
I0525 18:06:14.471489   83304 server.go:117] Starting server go.micro.srv.example id go.micro.srv.example-59b6e0ab-0300-11e5-b696-68a86d0d36b6
I0525 18:06:14.474960   83304 rpc_server.go:126] Listening on [::]:62216
I0525 18:06:14.474997   83304 server.go:99] Registering node: go.micro.srv.example-59b6e0ab-0300-11e5-b696-68a86d0d36b6

Test Service

$ go run client/main.go 
go.micro.srv.example-59b6e0ab-0300-11e5-b696-68a86d0d36b6: Hello John