From 008b95243d9221dd2b52b23b14eb9af069580f69 Mon Sep 17 00:00:00 2001 From: Roy Laurie Date: Sun, 29 Sep 2019 15:48:18 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 73ddc93..498daf5 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ The **framework** provides reusable cross-platform JS libraries for rapid develo The cloud **platform** builds on top of the framework, scaling core API services across a nodal network that we call a plur **cloud**. Each plur _cloud_ operates as simple network appliance that may be started and stopped at will. Internally, the cloud contains plur **nodes** that control VMs, authenticate requests, route messages, and scale any apps or services developed with the plur framework. +The API attempts to use JS as an enterprise language out-of-the-box by following closely behind the ECMA language standard as it progresses. The plur library is designed to not require any form of transpilng or compiling of JS code to run normally. The JS library does not pollute or modify the existing global namespace. Traditional enterprise language features that are still "upcoming" in the JS standard are implemented by convention, using a single coding and documentation standard. Only two upcoming language features are implemeted by code: class namespaces and interfaces. All library features are available to any class by using the API's PlurObject.plurify() utility any time after declaration. + Contributors ------------ * Roy Laurie \<\>, Asimovian LLC