DEV Community

Discussion on: The Hidden Performance Cost of NodeJS and GraphQL

Collapse
 
michelnovellino profile image
Michel Novellino

The provided information is indeed quite interesting. That is, by adding GraphQL to Node.js as an additional layer in our application, we could potentially encounter performance issues. One solution could be to incorporate Redis, but this would also entail adding yet another additional layer, further complicating the system. This prompts us to question whether we truly need these technologies in a project.