# dns2 - 순수 JavaScript로 구현한 DNS 서버 & 클라이언트

> Clean Markdown view of GeekNews topic #4385. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4385](https://news.hada.io/topic?id=4385)
- GeekNews Markdown: [https://news.hada.io/topic/4385.md](https://news.hada.io/topic/4385.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-06-03T09:14:01+09:00
- Updated: 2021-06-03T09:14:01+09:00
- Original source: [github.com](https://github.com/song940/node-dns)
- Points: 11
- Comments: 1

## Topic Body

- 의존성 없이 JS로만 구현한 초 경량 오픈소스

- DNS over UDP, TCP, HTTPS 지원

- node.js 코드내에서 DNS Client & Server 를 쉽게 실행하고 운용 가능

## Comments



### Comment 5381

- Author: regentag
- Created: 2021-06-05T09:07:23+09:00
- Points: 2

node.js 기반으로 웹이 아닌 네트워크 서비스를 개발하는 사례가 없진 않군요.

제가 처음 node.js를 접했을 때 “네트워크 개발에 특화되어 있다”라는 설명을 보고 TCP로 데이터를 중계하는 서버를 만들려고 시도했었던 기억이 나네요. JS에도 익숙하지 않았고 마땅한 레퍼런스도 없어서 개발하다 중간에 Java+Netty로 변경했지만요.
