From 6b836f4912502a1398146b4ffdf94f94d604dabb Mon Sep 17 00:00:00 2001 From: syedmouaazfarrukh Date: Fri, 20 Jan 2023 11:24:42 -0800 Subject: [PATCH] Adding content to 106-serving-over-internet --- .../content/106-serving-over-internet/index.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/roadmaps/graphql/content/106-serving-over-internet/index.md b/src/roadmaps/graphql/content/106-serving-over-internet/index.md index a8c01d875..90cce731f 100644 --- a/src/roadmaps/graphql/content/106-serving-over-internet/index.md +++ b/src/roadmaps/graphql/content/106-serving-over-internet/index.md @@ -1 +1,13 @@ -# Serving over internet \ No newline at end of file +# 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/) \ No newline at end of file