Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
514 B

# 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/)