Skip to content

Commit 10d85aa

Browse files
authored
Merge pull request graphql#1249 from charlypoly/patch-1
Update BestPractice-ServingOverHTTP.md to link to all JavaScript/Node.js servers implementations
2 parents 0659e1a + c289542 commit 10d85aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/BestPractice-ServingOverHTTP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ app.use('/graphql', graphqlHTTP({
8282
```
8383

8484
## Node
85-
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).
85+
If you are using NodeJS, we recommend looking at the [list of server implementations](/code/#javascript-server).

0 commit comments

Comments
 (0)