Split your data from one side, merge from the other one
$ npm install @geut/splitter
import { Split, Merge } from '@geut/splitter'
// split from one side
const split = new Split({ chunkSize: 1024 })
pipe(source, split, conn)
// merge from the other side
const merge = new Merge()
pipe(conn, merge, destination)
🐛 If you found an issue we encourage you to report it on github. Please specify your OS and the actions to reproduce it.
👥 Ideas and contributions to the project are welcome. You must follow this guideline.
MIT © A GEUT project