ORPC Kubb Generator #2043
Manuel-Antunes
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Idea
ORPC is a "full-stack" framework for definition of backend/frontend rpc comunication via REST, the "O" in Orpc means "OpenAPI" in other words, it defines the open api contracts using zod4 for how the backend was supposed to work, and you can use to define you backend, and also to create you open api client. imagine this scenario, you have a SOA Application JavascriptFirst, and you need to work with a different programming language, like Java with Spring Boot for example, and you are already using ORPC for another service made in javascript, and you want to create a "SOA" architecture to cosuming both backends in a typesafe way, your Java Springboot app generates the open api spec, now you just need to generate the ORPC contracts based on your existing swagger, making the "reverse engeneering" of your api definition, but now using ORPC.
Some Usefull Context
Beta Was this translation helpful? Give feedback.
All reactions