Elm Protocol Buffers

As annouched in this topic, I have been working on implementing Protocol Buffers in Elm.

I hereby proudly present the first release of

  • elm-protocol-buffers, an Elm library to handle (de)serializing of Elm data according to the ProtoBuf specification; and
  • protoc-gen-elm, a Node package that contains a protoc plug-in to generate Elm modules (that use the elm-protocol-buffers library) from .proto files.

The latter contains contains an example server & client that can be modified if you want to test things out. Please have a look at its documentation to start!

27 Likes

This looks really good. We’ll investigate it at my work and see if can use it

Thanks! Would love to get some feedback from your findings!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.