1.0.2 • Published 7 months ago

monoflux v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago
const {body} = await fetch(/* ... */)
for await (const message of Flux.fromReadableStream(body)) {
    console.log(message) // happens asynchronously!
}
// and Flux can do much, much more...

Install

npm install monoflux

Feedback

If something is missing from this library that makes it not fit your use case today, or if you find a bug that spoils it for you, don't hesitate to create an Issue (just a stub is better than nothing!) or a Pull Request. At this moment, the library is not at 1.0 yet and is organically growing to suit the use cases we run into first! Any feedback and/or contribution is sincerely appreciated.

License

The content of this project is licensed under the MIT license.

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago