I have a website that uses EnginIO on both JS client and Java server. Permessage-deflate compression is enabled by default on the client but to get the compression working I need to I want to enable it on the server-side as well. I have been looking into documentation but I could not find any instruction on how to negotiate with the java server which uses EnginIO to enable permessage-deflate extension Any help is greatly appreciated.