rpc

command
v0.0.0-...-266f2ff Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2016 License: Apache-2.0 Imports: 7 Imported by: 0

README

RPC API Example

This is an example of using an RPC based API when the api handler is set with --api_handler=rpc

Getting Started

Run the Micro API
$ micro --api_handler=rpc api
Run the Greeter Service
$ go run greeter/server/main.go

### Run the Greeter API

$ go run rpc.go
Listening on [::]:64738
Curl the API

Test the index

curl -H 'Content-Type: application/json' -d '{"name": "Asim"}' http://localhost:8080/greeter/hello
{
  "msg": "Hello Asim"
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
proto
hello
Package go_micro_api_greeter is a generated protocol buffer package.
Package go_micro_api_greeter is a generated protocol buffer package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL