We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4478bc1 commit 8adc030Copy full SHA for 8adc030
1 file changed
doc/service-api-vs-rest.adoc
@@ -6,7 +6,9 @@
6
Leopard’s NATS ServiceApi wrapper delivers full-featured service-to-service communication, comparable with REST/GRPC.
7
With NATS, you get discovery, health checks, and observability, all at the protocol layer.
8
9
-All Leopard does is add an Easy Button to serve these endpoints with concurrency to utilize multiple CPU cores.
+All Leopard does is add an Easy Button to serve these endpoints with concurrency to scale NATS connections
10
+horizontally, and to allow for per-endpoint (or groups of endpoints) scaling.
11
+
12
This abstraction preserves the simplicity of REST requests with the resilience of asynchronous messaging
13
under the hood.
14
0 commit comments