Use stream on NodeJS?

0

I am doing an email application (HapiJS) and am looking for them through node-imap and parsing through of Mailparser , and for Mailparser to parse, email must be in the form of Stream, Buffer, or String. / p>

How can I create a Stream in memory without having to create a TXT file on my machine?

I've been looking for a long time ago a method that does this but I'm not finding ...

    
asked by anonymous 28.08.2017 / 16:38

1 answer

1

Follow the link below, I used it to do this type of function, write in memory without saving txt.

link

    
28.08.2017 / 19:08