elm-protocol-buffers
elm-protocol-buffers copied to clipboard
An Elm implementation of the Protocol Buffers specification
[Proto3 supports canonical encoding in JSON](https://developers.google.com/protocol-buffers/docs/proto3#json), implementing JSON-based encoders and decoders would allow to easily plug elm in front of backends that use proto3 for API description. [tiziano88/elm-protobuf](https://github.com/tiziano88/elm-protobuf) that was...
Now that `gRPC-Web` seems to be becoming the standard to access gRPC backend services from web app (https://grpc.io/blog/grpc-web-ga/), it would be great to support gRPC. Any plans? Relevant links: -...