Skip to main content
Set the perMessageDeflate parameter to compress all messages with the permessage-deflate WebSocket extension.
server.ts

To enable compression for individual messages, pass true as the second parameter to ws.send().
server.ts