http://protobuf-compiler.herokuapp.com
curl -X POST http://protobuf-compiler.herokuapp.com -d '{"files": [{"name": "foo", "src": "syntax = \"proto3\"; message A{int32 b = 1;}; service C{rpc d(A) returns (A){}}"}], "options": ["grpc", "java_conversions"], "language":["scala"]}'