avinal commented on a change in pull request #6554:
URL: https://github.com/apache/apisix/pull/6554#discussion_r825477420



##########
File path: docs/en/latest/getting-started.md
##########
@@ -19,7 +19,45 @@ title: Getting Started
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
--->
+-->  
+
+## What is an API Gateway
+An API gateway is an API management tool that acts as a mid layer service 
between a client and a number backend services. Typically, the API gateway 
receives the clients requests and processes it by summoning multiple 
microservices, aggregating the services and returning the appropriate results.
+
+## What is Apache APISIX
+Apache APISIX is an open-source, dynamic and high-performance cloud-native API 
gateway that delivers the ultimate performance for all your APIs and 
microservices. Think of APISIX as a service bus that connects APIs and 
microservices in your cloud-native architecture.

Review comment:
       ```suggestion
   Apache APISIX is an open-source, dynamic, and high-performance cloud-native 
API gateway that delivers the ultimate performance for all your APIs and 
microservices. Think of APISIX as a service bus that connects APIs and 
microservices in your cloud-native architecture.
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to