@rws-framework/client 2.0.9 → 2.0.10
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Realtime Web Suit client setup and configuration guide
|
|
2
2
|
|
|
3
3
|
RWS-JS Client is a web-component powered, MS FAST powered framework that you can use to create domain-agnostic modular asynchoronous components with intershared states. It is capable of holding and sharing authorization data between web components, and helps bind it to backend.
|
|
4
4
|
|