Reading large file using Node.js
I got a task to analyse a massive amount of log files. When you open the file in Excel, it would simply freeze your laptop. Given the limitation of tools available, I try to parse the file using node.js script.
Problem: To read a small file, you may ...
victorleungtw.hashnode.dev2 min read