Pass buffer through socket instead of b64 #10

Open
opened 2024-01-03 14:01:05 +01:00 by JanGross · 0 comments
JanGross commented 2024-01-03 14:01:05 +01:00 (Migrated from github.com)

Encoding results as Base64 results in a 20% - 30% size increase during transit.
The Socket library supports passing binary data as a buffer instead.

Encoding results as Base64 results in a 20% - 30% size increase during transit. The Socket library supports passing binary data as a buffer instead.
Sign in to join this conversation.
No description provided.