Installing elm/bytes?

I have a use case where I have to encode and decode binary messages to send and receive over HTTP. In this particular case, I need to produce and parse application/dns-message used in DNS-over-HTTPS for a DNS zone viewer and editor.

I found https://github.com/elm/bytes which seems to do exactly what I need.

I tried elm install elm/bytes but it doesn’t recognize the package name. I can git clone the repo, but then how do I go about adding the package to my system?

Thanks

It’s still in development. It is not ready to be used yet, and will be published later on. So Elm doesn’t have it quite yet! Ports are the stopgap for this sort of thing though.

1 Like

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