trevoro / node-named

DNS Server in node.js
MIT License
356 stars 100 forks source link

Module that may fit node-named users #36

Closed WoZ closed 5 years ago

WoZ commented 5 years ago

Hello!

We developed a module that replaces/extends node's dns.lookup method. The main goal is to bypass issues with blocking of thread pool. So module caches responses.

I want to ask you is it possible to add link and short description to our module in your project?

Module was tested in production and highload environments. Also we have good unit and functional tests with 100% coverage, multi-records resolving and TTL support. Here it is: https://github.com/LCMApps/dns-lookup-cache

Thank you for reply!

trevoro commented 5 years ago

Cool! This project is specifically for serving DNS requests, not looking them up. I can link to it but they're two separate sides to the DNS equation.