# Undici - Node용 빠른 HTTP/1.1 클라이언트

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2821](https://news.hada.io/topic?id=2821)
- GeekNews Markdown: [https://news.hada.io/topic/2821.md](https://news.hada.io/topic/2821.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-09-11T10:20:44+09:00
- Updated: 2020-09-11T10:20:44+09:00
- Original source: [github.com](https://github.com/nodejs/undici)
- Points: 8
- Comments: 1

## Topic Body

- Node.js의 기본 HTTP 대신 아예 바닥부터 새로 개발

- 공식 repo 밑에 포함되었음

- v15 기준 초당 3~5배의 리퀘스트 처리

ㅤ→ http - keepalive x 10,337 ops/sec

ㅤ→ undici - pipeline x 30,387 ops/sec

ㅤ→ undici - request x 40,117 ops/sec

ㅤ→ undici - stream x 40,543 ops/sec

ㅤ→ undici - dispatch x 50,434 ops/sec

- Undici 는 이태리어로 11을 의미한다고. (넷플릭스 기묘한 이야기도 참고했음)

## Comments



### Comment 2852

- Author: xguru
- Created: 2020-09-11T10:21:47+09:00
- Points: 1

대규모 크롤러를 운용한다거나 해서 HTTP 요청을 많이 처리해야 하는 서버에서는 대체효과가 클듯 하네요.
