<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Pub-Sub on wid's blog</title><link>https://wid-blog.github.io/tags/pub-sub/</link><description>Recent content in Pub-Sub on wid's blog</description><generator>Hugo</generator><language>ko</language><lastBuildDate>Sun, 17 Mar 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://wid-blog.github.io/tags/pub-sub/index.xml" rel="self" type="application/rss+xml"/><item><title>Observer</title><link>https://wid-blog.github.io/posts/tech/design-pattern/observer/</link><pubDate>Sun, 17 Mar 2024 00:00:00 +0000</pubDate><guid>https://wid-blog.github.io/posts/tech/design-pattern/observer/</guid><description>Observer는 상태 변화를 구독자에게 통지하는 일대다 관계로 결합을 끊는다. Subject는 누가 듣는지 모른 채 통지만 한다. EventEmitter, RxJS, 이벤트 기반 아키텍처가 모두 여기서 확장된다. 브로커를 매개하는 pub/sub와는 구분된다.</description></item></channel></rss>