You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@
7
7
8
8
<imgsrc="docs/images/api-gateway-demo.gif"alt="Animated demo of Membrane API Gateway"width="800">
9
9
10
-
Lightweight **API Gateway** for **REST**, **GraphQL** and **legacy SOAP Web Services**, easily extended with powerful plugins and Java.
10
+
Lightweight **API Gateway** for **REST**, **GraphQL** and **legacy Web Services**, easily extended with powerful plugins.
11
11
12
-
Solve complex API requirements with simple configurations.
12
+
Based on the Java platform, Membrane integrates smoothly with major enterprise technologies. Load tests show that Java provides an excellent foundation for high performance and scalability. On a 2021 MacBook Pro, Membrane handles more than 20,000 requests per second, supports up to 10,000 concurrent clients, and can host over 100,000 APIs on a single instance.
13
13
14
-
The following YAML configuration samples require Membrane version 7.0.0 or newer.
14
+
The examples below demonstrate how to address a wide range of API Gateway requirements using simple configurations. Version **7.0.0 or newer** is required.
15
15
16
16
**Forwarding Requests from Port 2000 to a Backend:**
17
17
@@ -580,7 +580,7 @@ When a JavaScript script returns a `Response` object as the last line of code, t
580
580
The following example generates a JSON response and sends it directly to the client:
0 commit comments