flowjs / flow.js

A JavaScript library providing multiple simultaneous, stable, fault-tolerant and resumable/restartable file uploads via the HTML5 File API.
Other
2.96k stars 346 forks source link

node.js #333

Open shizhaojingszj opened 3 years ago

shizhaojingszj commented 3 years ago

is there any plan to add a node.js script to upload a file from terminal to a flow. js based backend? for testing...

drzraf commented 3 years ago

See the above mentioned WIP PR. The main issue is that node.js semantics are really different than native browser, even considering jsdom, notably: