Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit 081e785

Browse files
committed
feat(docs): update pubsub #20
1 parent 564dfc3 commit 081e785

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/docs/pubsub.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ PubSub allows to publish and subscribe to events in topics
77

88
All events is serialized using `JSON.parse` / `JSON.stringify` methods
99

10+
See [Peerchat](https://github.com/dstack-js/chat) demo
11+
1012
## Topic
1113

1214
Topics is a scope for event to happen, you can publish or subscribe to events in it

0 commit comments

Comments
 (0)