Go library to communicate with the JS Stream API
Go to file
Tracker-Friendly 3b9127c641 Update the readme to be accurate 2024-10-28 10:12:34 +00:00
tests Fixed the close() functions, also ignore the last commit message i messed it up :3 2024-10-28 10:11:20 +00:00
.gitattributes Stop detecting my precious Go code as HTML >:# 2024-10-28 09:36:39 +00:00
.gitignore Add gitignore 2024-10-25 18:15:01 +01:00
LICENSE.md Initial commit 2024-10-25 18:14:53 +01:00
README.md Update the readme to be accurate 2024-10-28 10:12:34 +00:00
go.mod Initial commit 2024-10-25 18:14:53 +01:00
main.go Fixed the close() functions, also ignore the last commit message i messed it up :3 2024-10-28 10:11:20 +00:00

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.

Go Report Card Go Reference

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