GraphQL-Mesh vs GraphQL-Conductor #6657
-
Hi @ardatan @dotansimha @Urigo I see currently The Guild offers two solutions as GraphQL Gateway: GraphQL-Mesh and GraphQL-Conductor I see GraphQL-Conductor is written in Rust and I see a huge hype for Rust regarding performance. So I wondered if should we use GraphQL-Conductor rather than GraphQL-Mesh. But on the other hand, it looks like Conductor is still in the Alpha version so I think maybe it's not stable enough for production. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
GraphQL Mesh is the recommended solution for almost all projects. |
Beta Was this translation helpful? Give feedback.
GraphQL Mesh is the recommended solution for almost all projects.
It is the most feature complete and the most performant JS based gateway out there.
The number of companies who needs the performance boost of Conductor over Mesh are very few companies
Also then, it is actually easier to use GraphQL Mesh first and then migrate from it to Conductor.