parent
7c14032d45
commit
6b836f4912
1 changed files with 13 additions and 1 deletions
@ -1 +1,13 @@ |
|||||||
# Serving over internet |
# Serving Over Internet |
||||||
|
|
||||||
|
Serving GraphQL over the internet refers to the process of making a GraphQL server available to clients over the internet, typically by exposing the server's endpoint through a public IP address or a domain name. |
||||||
|
|
||||||
|
There are several ways to serve a GraphQL server over the internet: |
||||||
|
|
||||||
|
- Using a reverse proxy |
||||||
|
- Using a cloud service |
||||||
|
- Using a serverless function |
||||||
|
|
||||||
|
To learn more, visit the following links: |
||||||
|
|
||||||
|
- [Introduction to Serving over HTTPs](https://graphql.org/learn/serving-over-http/) |
Loading…
Reference in new issue