Go library to communicate with the JS Stream API
Go to file
Tracker-Friendly 631979886a Initial commit 2024-10-25 18:14:53 +01:00
LICENSE.md Initial commit 2024-10-25 18:14:53 +01:00
README.md Initial commit 2024-10-25 18:14:53 +01:00
go.mod Initial commit 2024-10-25 18:14:53 +01:00
main.go Initial commit 2024-10-25 18:14:53 +01:00

README.md

jsStreams

Go library to communicate with the JS Stream API by bridging the JS ReadableStream object to a Go io.ReaderCloser.

Go Report Card Go Reference

The API is pretty self-explanatory - it provides a function to create an io.ReaderCloser from a JS ReadableStream object.