Replies: 2 comments 2 replies
-
I use a variant of the example from here: https://github.com/wundergraph/graphql-go-tools It even supports subscriptions. |
Beta Was this translation helpful? Give feedback.
2 replies
-
For what it's worth, Apollo now has apollo-router which is a federation router built in Rust. It does not support subscriptions at this time, though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Docs: https://gqlgen.com/recipes/federation/
The Federated Gateway is just using Apollo on a Node.js server. One of the main reasons I would choose Go is for performance, but looks like using Node.js as Federated Gateway, Node.js becomes the bottleneck.
Is there a Golang implementation for Federated Gateway?
Beta Was this translation helpful? Give feedback.
All reactions