1.3.0 • Published 5 years ago

@lucemans/streams v1.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 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

5 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago