marsavela / grpc-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grpc-challenge

Generate a grpc server in a language of your choosing which satisfies the stringmanip service generated by challenge.proto.

This repository contains the client to the server.

Build

protoc-gen-go must be in your PATH

make all

Client Args

-s: The address of the grpc server
-d: The data to pass to the grpc server

Completed output

$ ./challenge-client reverse -s localhost:50001 -d "One small step for man"
nam rof pets llams enO
$ ./challenge-client reverse -d "One giant leap for mankind"
dniknam rof pael tnaig enO

About

License:Apache License 2.0


Languages

Language:Go 96.9%Language:Makefile 3.1%