+While existing back-end systems might already be implemented in other languages, a thin JavaScript-based GraphQL implementation can fit nicely in front of these systems. Due to the on-going active maintenance of JavaScript based GraphQL implementations, adopting an approach like this can help bring the latest GraphQL features to your existing infrastructure. [Apollo Server](/docs/platform/server.html) is a great fit here as it makes handling advanced aspects of the GraphQL ecosystem, such as cache control and tracing, very straightforward to implement. Apollo Server is also continually kept up-to-date with the latest GraphQL features.
0 commit comments