Tracker-Friendly 3b9127c641 | ||
---|---|---|
tests | ||
.gitattributes | ||
.gitignore | ||
LICENSE.md | ||
README.md | ||
go.mod | ||
main.go |
README.md
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.
The API is pretty self-explanatory, see the Go Reference badge above for the full documentation.