3.0.5 • Published 5 days ago

@peerbit/pubsub v3.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
5 days ago

Direct Sub

Pubsub protocol built on top of Direct Stream

Features

  • Accurate

    	```typescript
    	.getSubscribers(topic)
    	``` 
    
    	method based on aggregated subscriber info, not only from immediate peers.
  • Subscriptions with associated metadata. E.g. you can subscribe to topics and provide data that explains the purpose for peers

    	```typescript 
    	.subscribe(topic, new UInt8Array([1,2,3]))
    	```
    
    	```typescript
    	.getSubscribersWithData(topic, data)
    	``` 
  • Efficient content routing through path-finding algorithms

    	```typescript
    	.publish(data, { topics: ["a","b"]})
    	```
    	will try to find the subscribers of "a" and "b" and send messages with the shortest path in the network.
3.0.5-aa577a5

5 days ago

3.0.5-0691c73

5 days ago

3.0.5-218a5bb

5 days ago

3.0.5-efee9d3

28 days ago

3.0.5-a4f88b6

29 days ago

3.0.5-a9206a8

29 days ago

3.0.5

2 months ago

3.0.4

3 months ago

3.0.3

3 months ago

3.0.2

3 months ago

3.0.1

3 months ago

3.0.0

3 months ago

2.0.21

3 months ago

2.0.19

3 months ago

2.0.20

3 months ago

2.0.17

3 months ago

2.0.18

3 months ago

2.0.16

4 months ago

2.0.15

4 months ago

2.0.14

4 months ago

2.0.13

4 months ago

2.0.12

4 months ago

2.0.11

4 months ago

2.0.9

4 months ago

2.0.10

4 months ago

2.0.8

4 months ago

2.0.7

4 months ago

2.0.5

4 months ago

2.0.6

4 months ago

2.0.3

4 months ago

2.0.4

4 months ago

2.0.2

4 months ago

2.0.1

4 months ago

1.1.13

8 months ago

1.1.12

8 months ago

1.1.11

8 months ago

1.1.10

8 months ago

1.1.9

8 months ago

1.1.8

8 months ago

1.1.7

8 months ago

1.1.6

8 months ago

1.1.5

8 months ago

1.1.4

8 months ago

1.1.3

8 months ago

1.1.2

8 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

11 months ago