smart-stick-loadbalancer 1.1.1 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -71,11 +71,11 @@ directly inside your Node.js application with a simple JSON configuration.
|
|
|
71
71
|
## Architecture
|
|
72
72
|
|
|
73
73
|
```text
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
74
|
+
Client Requests
|
|
75
|
+
│
|
|
76
|
+
▼
|
|
77
|
+
Smart Stick Load Balancer
|
|
78
|
+
│
|
|
79
79
|
┌─────────────┼─────────────┐
|
|
80
80
|
│ │ │
|
|
81
81
|
▼ ▼ ▼
|
|
@@ -560,4 +560,4 @@ When `email` is present in the config, an alert is sent to each backend's `owner
|
|
|
560
560
|
|
|
561
561
|
## License
|
|
562
562
|
|
|
563
|
-
MIT
|
|
563
|
+
MIT
|
package/package.json
CHANGED