DNS in client-side JavaScript
July 25, 2010
I needed to do detailed DNS lookups in client-side JavaScript. I didn’t find anything existing, so I whipped up a simple gateway that resolves DNS queries submitted via HTTP and returns the answers in JSON.
Advertisement