ArthurWerle / nodejs-webstreams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js Webstreams

This is a repository with a simple test I made, consuming a huge CSV file with Node.js and vanilla JS in the frontend. Even the CSV is really big, it doesn't cause any problem neither on frontend or backend, because of the new Node.js Webstreams features, which allow you to consume files on-demand, flushing this space in memory for the new "chunk" of the file.

How it looks like

About


Languages

Language:JavaScript 83.3%Language:HTML 16.7%