NebulousLabs / nodejs-skynet

Library for integrating Skynet into Node.js applications
MIT License
29 stars 12 forks source link

Expand to support upload streams #1

Open MSevey opened 4 years ago

MSevey commented 4 years ago

Right now you have to have a file to submit a path for. It would be great to have a UploadData method so devs can just submit bytes of data that they are working with.