Skip to content
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.

Streaming files/images between socket.io in node.js and socket.io-java-client #102

Open
avivshafir opened this issue Jul 2, 2014 · 0 comments

Comments

@avivshafir
Copy link

I am trying to implement sending images from my gridfs in my node.js server to a java android client that uses gottox socket.io client implementation.
I succeeded sending images using the regular java.net.Socket by using
socket.getInputStream() and reading a stream sent from the socket.io in node.js.

the problem is that the socket-io-client doesnt have getInputStream.
I want to know if anyone has any solutions for this by any chance.
thank you...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant