dimdenGD / ultimate-express

The Ultimate Express. Fastest http server with full Express compatibility, based on µWebSockets.
Apache License 2.0
519 stars 15 forks source link

Question about compression #19

Closed cesco69 closed 1 month ago

cesco69 commented 1 month ago

Hi, I'm migrating my project to "ultimate-expres". Everything works perfectly! Really great work. The only feature don't works anymore is the compression of json sent in the responses. Is there anything I can do to have this too?

dimdenGD commented 1 month ago

As mentioned in documentation, compression is not supported. It patches into methods that ultimate-express doesn't call or doesn't call in correct order. I made a reasonable attempt to support it but couldn't really figure it out, if you'll make a PR to fix the incompatibility, I'll happily merge it. image