Skip to content

A friendly DNS client for Gleam programs targeting Erlang

License

Notifications You must be signed in to change notification settings

ckreiling/nessie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nessie

Package Version Hex Docs

A friendly DNS client for Gleam programs targeting Erlang.

gleam add nessie
import nessie
import gleam/io

pub fn main() {
  let ipv4_addrs = nessie.lookup_ipv4("gleam.run", nessie.In, [])
  io.debug(ipv4_addrs)
}

Further documentation can be found at https://hexdocs.pm/nessie.

Supported DNS Records

The following is a list of supported DNS record types. If nessie doesn't currently support a DNS record type you want, feel free to contribute to this project!

  • A
  • AAAA
  • TXT
  • CNAME
  • MX
  • SOA
  • NS
  • PTR
  • SRV
  • CERT
  • DCHID
  • DNAME
  • DNSKEY
  • DS

What about JavaScript support?

Due to Erlang and JavaScript's fundamentally different approaches to asynchronous programming (processes & event loops, respectively), it's not currently possible in Gleam to write a DNS client supporting both targets.

For more information, see this Discord thread.

Development

gleam test  # Run the tests
gleam shell # Run an Erlang shell

About

A friendly DNS client for Gleam programs targeting Erlang

Resources

License

Stars

Watchers

Forks

Packages

No packages published