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 aprotoc
plug-in to generate Elm modules (that use theelm-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!