mirage / irmin-server

A high-performance server for Irmin
ISC License
23 stars 7 forks source link

Avoid base64 encoding for websockets #49

Closed zshipko closed 2 years ago

zshipko commented 2 years ago

It should be possible to use Blob or Uint8Array on the Javascript side to support binary websockets, which would make it possible to remove the base64 encoding that websocket payloads go through.