# Comlink - WebWorker를 쓰기 쉽게

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4359](https://news.hada.io/topic?id=4359)
- GeekNews Markdown: [https://news.hada.io/topic/4359.md](https://news.hada.io/topic/4359.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-05-30T10:47:25+09:00
- Updated: 2021-05-30T10:47:25+09:00
- Original source: [github.com](https://github.com/GoogleChromeLabs/comlink)
- Points: 8
- Comments: 0

## Topic Body

- 웹앱에서 UI쓰레드가 하지 않아도 되는 일은 웹워커에게 시키는게 가능

ㅤ→ 보통 postMessage API 를 통해서 메시지 를 보내고 이벤트로 받아서 처리하는데, 이걸 RPC처럼 쓸수 있게 만든 개발자 친화적 라이브러리

- 구글 크롬랩에서 개발. 1.1kb 크기

- 간단한 함수 호출, 콜백, SharedWorker 사용할 때 등에 적용 가능(예제 제공)

## Comments



_No public comments on this page._
