Hi folks. I am using node.js on the server and a product called QT on a Linux client (C++.) The server and client are communicating great using TCP Sockets. I'm trying to figure out the best way for the server to send a file to the client. I could open the file on the node.js server side and send a block of data at a time over the socket connection to the client, however, I'm wondering if there is a better way to do it. File size transmitted will usually be about 1mb in size.
Thanks. Grant. -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/0e16faf7-8b95-4c95-a875-503a68cc3275%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
