What is the difference between WIT and WRPC? #794
Replies: 1 comment
-
WIT and wRPC aren't really comparable, since wRPC uses WIT. (Although it potentially could use other IDLs as well) The best example, perhaps, would be gRPC. gRPC uses protocol buffers to define services and data models and uses HTTP/2 as the transport. That said, instead of WIT, one could potentially use protocol buffers or e.g. OpenAPI to define services and data models - wRPC could still send them, since WIT is a superset of these technologies. It seems that you might want to compare wRPC to gRPC or WIT to protocol buffers instead? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm currently exploring different technologies and came across both WIT and WRPC, but I’m not entirely sure about the key differences between the two. Could anyone please provide some insights on:
I’d appreciate any detailed comparisons or documentation that can help clarify these differences.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions