diff --git a/README.md b/README.md index e885694..d3fd4d3 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,14 @@ # No Programming Environment - `NoPE` -`NoPE` is a distributed system. The `NoPE` is a basic concept to link modules to a system. These modules can run on multiple nodes (computation nodes) and `NoPE` takes care of coupling them. -Although, `NoPE` provides a basic setup for `next.js` as front-end +`NoPE` provides the basics for a distributed system. The `NoPE` basically links all modules to a system. It hides the distribution. The modules can run on multiple nodes (computation nodes) and `NoPE` takes care of coupling them, executing services and subscribing to events etc. + +In Addtion, `NoPE` provides a basic concept for a front-end. This front-end will run on `next.js`. + +Nope is availabel in multiple Programming-Languages: + +- `nodejs` +- `python` # Installation.