1502shivam-singh commented on a change in pull request #6554:
URL: https://github.com/apache/apisix/pull/6554#discussion_r824116578
##########
File path: docs/en/latest/getting-started.md
##########
@@ -19,7 +19,41 @@ 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 & returning the appropriate results.
+
+## What is Apache APISIX
+Apache APISIX is an open source, dynamic, high-performance, and scalable
7-layer proxy. It is a 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.
+Apache APISIX handles the interface traffic for Websites, mobile and IoT
applications. By providing services such as load balancing, dynamic upstream,
grayscale publishing, refined routing, current and speed limiting, service
degradation, service fuse, identity.
Review comment:
No need to mention this many features here according to me.
```suggestion
Apache APISIX facilitates interface traffic handling for Websites, Mobile
and IoT applications by providing services such as load balancing, dynamic
upstream, grayscale publishing, refined routing, current and speed limiting,
and many more.
```
--
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]