SocketIOSharp
SocketIOSharp copied to clipboard
Can we able to send binary data using client API
I am not sure you can send binary data like .jpeg, .mp3 etc. but you can base64 encode them from the client, sent the encoded string, the decode on the server