Grpcox Versions Save

Like Postman, but for gRPC: web based GUI client for gRPC Development Testing

v1.0.0

4 years ago
  • Recognize and provide list of services and methods inside it as an options.
  • Automatically recognize schema input and compose it into JSON based.
  • Save established connection, and reuse it for next invoke/request (also can close/restart connection).

NB: In this version, once you have connection from gRPCox, it'll keep connection and descriptor reflection always live, so you wouldn't be able to close gracefully your gRPC server before close connection from gRPCox. BUT, this way will make all functionality faster.