I'm interested in creating a Web app that allows users to enter a domain name and then uses JavaScript to check its availability. I'm wondering if there's a method to do this without relying on my own hosting server. Is it possible to send an AJAX request directly from the user's browser to a web service that can query domain availability? If so, does anyone know of such a service?