Show HN: OpenRPC – An Interface Definition for JSON-RPC APIsopen-rpc.org 20 pointssuperfreek7 years ago5 commentsSaveHideCopy link On HNComments−bawllz7yI was about to use gRPC, but forget that non-browser-supporting non-human-readable dumpster fire.Also it looks significantly less complicated than open api/swagger. for starters, openapi/swagger has 2 fkin names. lol.−atombender7yYou can use JSON as the serialization format for gRPC, so that's not really a great reason not to use it.I would argue that GraphQL is a bigger competitor and much friendlier to web apps.−superfreekOP7yYou can play around with OpenRPC in the API documentation viewer and editor here: https://playground.open-rpc.org/−anderspitman7yNice. Does OpenRPC have any concept of streaming, a la gRPC?−tsav9847yhow cool!!!!
Comments
I was about to use gRPC, but forget that non-browser-supporting non-human-readable dumpster fire.
Also it looks significantly less complicated than open api/swagger. for starters, openapi/swagger has 2 fkin names. lol.
You can use JSON as the serialization format for gRPC, so that's not really a great reason not to use it.
I would argue that GraphQL is a bigger competitor and much friendlier to web apps.
You can play around with OpenRPC in the API documentation viewer and editor here: https://playground.open-rpc.org/
Nice. Does OpenRPC have any concept of streaming, a la gRPC?
how cool!!!!