1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-11-30 08:06:40 +02:00
go-micro/examples/server
Asim Aslam 62801c3d68 update
2021-10-13 13:31:23 +01:00
..
codegen update 2021-10-13 13:31:23 +01:00
handler update 2021-10-13 13:31:23 +01:00
proto/example update 2021-10-13 13:31:23 +01:00
subscriber update 2021-10-13 13:31:23 +01:00
wrapper update 2021-10-13 13:31:23 +01:00
Dockerfile Add examples 2020-12-26 15:17:20 +00:00
main.go update 2021-10-13 13:31:23 +01:00
README.md Add examples 2020-12-26 15:17:20 +00:00

Service

An example Go service running with go-micro

Contents

  • main.go - initialises and runs the the server
  • handler - is an example RPC request handler for the Server
  • proto - contains the protobuf defintion for the Server API
  • subscriber - is a handler for subscribing via the Server
  • wrapper - demonstrates use of a server HandlerWrapper
  • codegen - shows how to use codegenerated registration to reduce boilerplate

Usage

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