adapting readme

This commit is contained in:
Martin Karkowski 2021-01-21 16:42:21 +01:00
parent 9eacd835d3
commit 7c17cea7bd

View File

@ -2,8 +2,14 @@
# No Programming Environment - `NoPE` # 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. `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.
Although, `NoPE` provides a basic setup for `next.js` as front-end
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. # Installation.