Show HN: OpenRPC – An Interface Definition for JSON-RPC APIs (open-rpc.org) 20 points by superfreek 7y ago ↗ HN
[–] superfreek 7y ago ↗ You can play around with OpenRPC in the API documentation viewer and editor here: https://playground.open-rpc.org/
[–] bawllz 7y ago ↗ 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. [–] atombender 7y ago ↗ 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.
[–] atombender 7y ago ↗ 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.
5 comments
[ 3.1 ms ] story [ 20.6 ms ] threadAlso it looks significantly less complicated than open api/swagger. for starters, openapi/swagger has 2 fkin names. lol.
I would argue that GraphQL is a bigger competitor and much friendlier to web apps.