From 7c17cea7bda73a1d4f08f28d33eb3dac2ac2468d Mon Sep 17 00:00:00 2001 From: Martin Karkowski Date: Thu, 21 Jan 2021 16:42:21 +0100 Subject: [PATCH] adapting readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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.