jsStreams/README.md

596 B

jsStreams

Go library to communicate with the JS Stream API by bridging the JS ReadableStream and WritableStream objects to a Go io.ReaderCloser and io.WriterCloser. It also works vice versa, and with pipe readers/writers.

Go Report Card Go Reference

The API is pretty self-explanatory, see the Go Reference badge above for the full documentation.