DEV Community

Discussion on: Elm in the server (or anywhere else) with promises

Collapse
 
pablohirafuji profile image
Pablo Hirafuji • Edited

Another neat possibility when programming Elm in the frontend and backend is to use the great elm-serialize package. You only have to write the codec and it will encode and decode from/to json/string/bytes. It already comes with a pretty neat versioning strategy!

Collapse
 
eberfreitas profile image
Éber Freitas Dias

We actually use elm-codec but the idea is the same.

Collapse
 
pablohirafuji profile image
Pablo Hirafuji

Great minds think alike :)