const Stream = require('stream') const readableStream = new Stream.Readable() const writableStream = new Stream.Writable()