1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-01-23 17:53:05 +02:00
2021-01-20 21:28:48 +00:00
..
2021-01-20 13:54:31 +00:00
2020-12-26 15:17:20 +00:00
2020-12-26 15:17:20 +00:00
2021-01-20 21:28:48 +00:00

Proxy Sidecar

The micro proxy provides go-micro features as http endpoints.

This directory contains examples for using the proxy with various languages.

Usage

See details below

Run Proxy

micro proxy

Or with http proxy handler

micro proxy --handler=http

Service

Run server

{python, ruby} {http, rpc}_server.{py, rb}

Run client

{python, ruby} {http, rpc}_client.{py, rb}

Examples

Each language directory {python, ruby, ...} contains examples for the following:

  • Registering Service
  • JSON RPC Server and Client
  • HTTP Server and Client