Skip to content

Commit 4bfa64a

Browse files
author
Stephen Barlow
authored
Clarify the role of the router (#223)
1 parent 81720e8 commit 4bfa64a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/index.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { colors } from 'gatsby-theme-apollo-core';
1010

1111
> ⚠️ **The Apollo Router is in public pre-alpha.** Until it is generally available, do not use it in business-critical graphs. [Learn about release stages.](https://www.apollographql.com/docs/resources/release-stages/#open-source-release-stages)
1212
13-
The **Apollo Router** is a configurable, high-performance **graph router** for a [federated graph](https://www.apollographql.com/docs/federation/):
13+
The **Apollo Router** is a configurable, high-performance **graph router** for a federated graph. It slots into any existing [Apollo Federation](https://www.apollographql.com/docs/federation/) architecture (v1 or v2), replacing your Node.js gateway that uses the `@apollo/gateway` library:
1414

1515
```mermaid
1616
flowchart BT;
@@ -26,7 +26,7 @@ flowchart BT;
2626
class clients secondary;
2727
```
2828

29-
The Apollo Router is [implemented in Rust](https://github.com/apollographql/router), which provides [performance benefits](https://www.apollographql.com/blog/announcement/backend/apollo-router-our-graphql-federation-runtime-in-rust/) over the TypeScript Apollo Gateway.
29+
The Apollo Router is [implemented in Rust](https://github.com/apollographql/router), which provides [performance benefits](https://www.apollographql.com/blog/announcement/backend/apollo-router-our-graphql-federation-runtime-in-rust/) over Node.js.
3030

3131
<p>
3232
<Button

0 commit comments

Comments
 (0)