mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
Revert "refactor introduction to gateway"
This reverts commit d315fd10ab.
This commit is contained in:
parent
d315fd10ab
commit
dda3a0ff57
1 changed files with 6 additions and 10 deletions
|
|
@ -8,18 +8,14 @@ import { Callout, Cards, Tabs } from '@theguild/components'
|
||||||
|
|
||||||
# Hive Gateway
|
# Hive Gateway
|
||||||
|
|
||||||
Hive Gateway is a fully open-source, MIT-licensed GraphQL router that can act as a
|
Hive Gateway is a fully open-source MIT-licensed GraphQL gateway (GraphQL router) that can act as a
|
||||||
[GraphQL Federation](/federation) gateway, a subgraph or a proxy gateway for any GraphQL API
|
[GraphQL federation](/federation) Gateway or a Proxy Gateway for any GraphQL services.
|
||||||
service.
|
|
||||||
|
|
||||||
As an alternative to Apollo Router, Hive Gateway provides a flexible, open-source solution tailored
|
The Hive Gateway can be run as a standalone binary, a Docker Image, or as a JavaScript package (e.g.
|
||||||
to meet the needs of modern GraphQL architectures.
|
within Node.js, Bun, Deno, Google Cloud Functions, Azure Functions or Cloudflare Workers)
|
||||||
|
|
||||||
It supports deployment as a standalone binary, a Docker image, or a JavaScript package, making it
|
Our GraphQL API Gateway provides the following features on top of your Federated GraphQL schema or
|
||||||
compatible with environments such as Node.js, Bun, Deno, Google Cloud Functions, Azure Functions, or
|
proxied GraphQL schema:
|
||||||
Cloudflare Workers.
|
|
||||||
|
|
||||||
Our GraphQL API Gateway provides the following features on top of your GraphQL schema:
|
|
||||||
|
|
||||||
- [GraphQL Subscriptions](/docs/gateway/subscriptions) with WebSockets, HTTP Callbacks or SSE
|
- [GraphQL Subscriptions](/docs/gateway/subscriptions) with WebSockets, HTTP Callbacks or SSE
|
||||||
- Automatic query and request batching to reduce the number of HTTP requests to your subgraph
|
- Automatic query and request batching to reduce the number of HTTP requests to your subgraph
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue