TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Domainzomg: Super fast domain availability checking using WebSocket

22 pointsby daverecyclesover 14 years ago

6 comments

TimothyFitzover 14 years ago
I can't perceive the difference between domainzomg.com and instantdomainsearch.com. The latter is using plain old ajax. Theoretically I'm not even sure if I should see a difference. A plain old ajax call will get sent on an existing sleeping HTTP 1.1 connection, and should take 1 packet each for the request and response. WebSocket can't get any better than that.<p>tl;dr: Request/Response model on the web is already fast enough for small data. Use WebSocket where it matters, like a firehose of updates in either direction.
评论 #2215540 未加载
agnosterover 14 years ago
Semi-hidden feature:<p>"red/black trees" -&#62; "redtrees.com", "blacktrees.com", "red-trees.com", "red-tre.es", ...<p>Also, <a href="http://domainzomg.com/somedomainname" rel="nofollow">http://domainzomg.com/somedomainname</a> should work if you just want to fire off a quick query.<p>Caveat:<p>Domainzomg is really a brainstorming tool, so it just uses DNS lookups and a fairly permissive list of TLDs. Red definitely means "taken", but green doesn't necessarily mean "available", it just means "this domain doesn't seem to have a DNS entry". Check with a real registrar for availability, use domainzomg for brainstorming.
评论 #2213788 未加载
ck2over 14 years ago
People should really reconsider using third party tools hosted elsewhere to check domain name availability.<p>I only use my own tool on my own server and I check the registries directly to avoid ISP snooping for nx-domain queries.
评论 #2215543 未加载
rpbertp13over 14 years ago
Small usability suggestion: set the anchor portion of the URL after results return or a predefined timeout. It took me way too many clicks of the back button to get back to the front page.
评论 #2215561 未加载
audyyyover 14 years ago
This website was responsible for me compulsively buying a domain. Congratulations.
Charuruover 14 years ago
Is there one which provides suggestions of similar words/synonyms?
评论 #2214761 未加载