The micro proxy provides go-micro features as http endpoints.
This directory contains examples for using the proxy with various languages.
See details below
micro proxy
Or with http proxy handler
micro proxy --handler=http
Run server
{python, ruby} {http, rpc}_server.{py, rb}
Run client
{python, ruby} {http, rpc}_client.{py, rb}
Each language directory {python, ruby, ...} contains examples for the following:
- Registering Service
- JSON RPC Server and Client
- HTTP Server and Client