diff --git a/src/content/learn/BestPractice-ServingOverHTTP.md b/src/content/learn/BestPractice-ServingOverHTTP.md index ef1a03f2c8..49dc22f39c 100644 --- a/src/content/learn/BestPractice-ServingOverHTTP.md +++ b/src/content/learn/BestPractice-ServingOverHTTP.md @@ -82,4 +82,9 @@ app.use('/graphql', graphqlHTTP({ ``` ## Node + If you are using NodeJS, we recommend looking at the [list of server implementations](/code/#javascript-server). + +## Draft Transport Specification + +A detailed [HTTP & websockets transport specification](https://github.com/graphql/graphql-over-http) is in development. Though it is not yet finalized, these draft specifications act as a single source of truth for GraphQL client & library maintainers, detailing how to expose and consume a GraphQL API using an HTTP transport. Unlike the language specification, adherence is not mandatory, but most implementations are moving towards these standards to maximize interoperability. \ No newline at end of file