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

Cross language conversion of JsonRpcService #294

Open
m1heng opened this issue Jun 21, 2022 · 0 comments
Open

Cross language conversion of JsonRpcService #294

m1heng opened this issue Jun 21, 2022 · 0 comments

Comments

@m1heng
Copy link

m1heng commented Jun 21, 2022

Here is the background:
Most of our services are using jsonrpc4j to create a JsonRpcService Class which would be published and used by other Java services.
But for other languages like Node.js, we can only invoke pure HTTP requests without type definitions.
I just wonders if there is any way or tools that JsonRpcService Class (published as a jar) can be converted to packages in other languages like Node.js.

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

No branches or pull requests

1 participant