alexandrainst / processing_websockets

A web socket library, including both server and client, for Processing
MIT License
92 stars 36 forks source link

binary send/recv #8

Closed ynaoto closed 5 years ago

ynaoto commented 7 years ago

I added support code lines for WebSocket communication in binary.

micuat commented 6 years ago

super. but I noticed server side doesn't have the binary send implementation. I will try to work on it.

micuat commented 6 years ago

I added server byte send here: https://github.com/micuat/processing_websockets/tree/byte but sorry I don't think I have time to implement and test server byte receive.

micuat commented 6 years ago

I implemented server byte receive as well but it has not been tested / commented yet.