geonix 1.10.4 → 1.10.5

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.
Files changed (2) hide show
  1. package/README.md +8 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1 +1,8 @@
1
- This is experimental, do not use!
1
+ Geonix
2
+ ---
3
+
4
+ This is a compact yet robust library designed to facilitate Remote Procedure Call (RPC) communication patterns among various components in a system.
5
+
6
+ At its core, it employs [NATS](https://nats.io/), a high-performance messaging system, as the primary medium for both communication and service discovery.
7
+
8
+ This library adeptly handles the intricacies of RPC interactions, ensuring seamless and efficient communication between distributed services. It is especially tailored for scenarios requiring reliable and fast message exchanges, making it ideal for microservices architectures where components need to communicate and discover each other's services effectively and efficiently.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geonix",
3
- "version": "1.10.4",
3
+ "version": "1.10.5",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "bin": {