Cloudkibo / CloudKibo

CloudKibo
0 stars 0 forks source link

send file attachments using socket.io #502

Closed sojharo closed 7 years ago

sojharo commented 7 years ago

This will be used to do server side work to send the file attachments using the socket.io.

sojharo commented 7 years ago

After reading the following documentation, I found that we don't need to do any modification on server side for handling file attachments transfer using socket.io.

https://github.com/socketio/socket.io-client-java/blob/master/README.md

Therefore, we need to close this task.

jekram commented 7 years ago

Good