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 30, 2019
1 parent 60994b3 commit 1fb74e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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 by following closely behind the ECMA language standard's progress. The plur library is designed to operate normally **without transpilng or compiling**. The JS library **doesn't 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. Currently, 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.
The API attempts to use JS as an **enterprise** language by following closely behind the ECMA language standard's progress. The core library is designed to operate normally **without transpilng or compiling**. The JS library **doesn't 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. Currently, 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
------------
Expand Down

0 comments on commit 1fb74e0

Please sign in to comment.