Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roylaurie authored Sep 29, 2019
1 parent d0603d2 commit 008b952
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \<<roy.laurie@asimovian.software>\>, Asimovian LLC
Expand Down

0 comments on commit 008b952

Please sign in to comment.