1.3.0 • Published 3 years ago

@lucemans/streams v1.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

@lucemans

Streams

How to use

On the sending end

const stream = new GenericStream(client, 'topic');
await stream.push('test-string');

On the receiving end

const stream = new GenericStream(client, 'topic');
const result = await stream.pop();
console.log(result.value);
1.3.0

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago