dashersw / cote

A Node.js library for building zero-configuration microservices.
http://cote.js.org
MIT License
2.34k stars 188 forks source link

Transfer big files (10MB) #59

Open geka-evk opened 7 years ago

geka-evk commented 7 years ago

Hello. How can I transfer ZIP file (10MB) from Requester to Responder? Is Cote allows to do this? Thanks.

geka-evk commented 7 years ago

How about file with size 10MB?

DeadcatDev commented 6 years ago

Same question, does it fit for big files? Or even files. Need some example for this :)

dashersw commented 6 years ago

cote doesn't currently allow transfer of binary files in a coherent way. It's not very easy to implement it, but still doable. I would love to have some help from the community here.