I'm currently implementing websocket communication betweeb the server (VB .NET) and the client(web page)
I succeeded in sending text from server to the client and display the text using JavaScript and canvas,
Now I want to send an image from the server to be displayed in the HTML5 canvas,
The websocket server implementation I use is Fleck
any suggestion? I lack binary/bmp knowledge