You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
gRPC is a framework which enable client application to directly call methods on a server application on a different machine as if it was a local object. gRPC is based around the idea of defining a service, specifying the methods that can be called remotely with their parameters and return types.
From this task we are trying to enable gRPC framework support in msf4j platform. So that, with msf4j platform we can define both gRPC service and REST service in similar programming model.
Description:
gRPC is a framework which enable client application to directly call methods on a server application on a different machine as if it was a local object. gRPC is based around the idea of defining a service, specifying the methods that can be called remotely with their parameters and return types.
From this task we are trying to enable gRPC framework support in msf4j platform. So that, with msf4j platform we can define both gRPC service and REST service in similar programming model.
Suggested Labels:
enhancement
Suggested Assignees:
@daneshk
Affected Product Version:
n/a
OS, DB, other environment details and versions:
n/a
Steps to reproduce:
n/a
Related Issues:
n/a
The text was updated successfully, but these errors were encountered: