ctco / nodejs-graphql-template

Template project for Node.js® GraphQL APIs
MIT License
14 stars 3 forks source link

Add koa-compress #231

Closed jelisejev closed 6 years ago

trioletas commented 6 years ago

I'm not sure that compression is something that we want to do on the application level, it's more of a middleware concern that could be done by a reverse proxy / api gateway

jelisejev commented 6 years ago

Agreed. Closing this issue.