Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/content/learn/BestPractice-ServingOverHTTP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.