Server (Node.js)
The key is to send the raw buffer. Socket.io handlesUint8Array natively.
server.js
Client (Browser/Node)
On the client side, we receive the buffer and wrap it instantly.client.js
Real-Time Binary Streaming with Socket.io.
Uint8Array natively.