Sunday, 1 April 2018

How to send large files to node.js

Hey,I'm fairly new to node.js, so I will keep it short: I want to send 20MB-ish (text)files to my node-server. Is there an efficient way to do it?Since the file can contain thousands of lines, I think it would be subpar to send it as a string via http. Any other ideas?Thank you! :)

Submitted April 01, 2018 at 06:47PM by Fasyx

No comments:

Post a Comment