Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support gRPC framework in msf4j platform #487

Open
daneshk opened this issue Nov 1, 2017 · 0 comments
Open

Support gRPC framework in msf4j platform #487

daneshk opened this issue Nov 1, 2017 · 0 comments

Comments

@daneshk
Copy link
Contributor

daneshk commented Nov 1, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant