From c289542ac57fd3ea51bc8e1c8ff976a9559f4955 Mon Sep 17 00:00:00 2001 From: Charly POLY <1252066+charlypoly@users.noreply.github.com> Date: Wed, 15 Jun 2022 12:07:18 +0200 Subject: [PATCH] Update BestPractice-ServingOverHTTP.md to link to all JavaScript/Node.js servers implementations --- src/content/learn/BestPractice-ServingOverHTTP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/learn/BestPractice-ServingOverHTTP.md b/src/content/learn/BestPractice-ServingOverHTTP.md index 37f71dad9c..ef1a03f2c8 100644 --- a/src/content/learn/BestPractice-ServingOverHTTP.md +++ b/src/content/learn/BestPractice-ServingOverHTTP.md @@ -82,4 +82,4 @@ app.use('/graphql', graphqlHTTP({ ``` ## Node -If you are using NodeJS, we recommend using either [express-graphql](https://github.com/graphql/express-graphql) or [apollo-server](https://github.com/apollographql/apollo-server). +If you are using NodeJS, we recommend looking at the [list of server implementations](/code/#javascript-server).