OneWay
OneWay is network for connecting micro services via only outbound connectionss
Example of usage:
Start exchange
, revproxy
and example services(grpc + http)
docker compose up
make http request:
go run example/http_client/main.go
make grpc request
go run example/grpc_client/main.go