Skip to content

Commit b017a9d

Browse files
committed
Add Apollo Server mention to JS server tip
1 parent ca10e16 commit b017a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/fundamentals/tips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This clarity facilitates pushing schema changes to production with the confidenc
4343

4444
Facebook's reference implementation has been written in JavaScript since its original release, and fresh developments in the GraphQL ecosystem have frequently appeared first in JavaScript, or languages that transpile to JavaScript (e.g. TypeScript).
4545

46-
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.
46+
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.
4747

4848
Building a GraphQL server in JavaScript also makes it easy to operate at "the edge", where JavaScript is the language of choice, to leverage powerful CDN solutions to deliver data to clients as efficiently as possible - including powerful caching and network optimizations.
4949

0 commit comments

Comments
 (0)