Go to file
2022-11-07 13:09:25 +01:00
.vscode Adding Debug info 2022-07-21 23:31:31 +02:00
bin adding linux helpers 2022-03-21 08:15:05 +01:00
contribute updating to version 1.5.0. See Changelog 2022-11-06 20:25:01 +01:00
helpers Enabling Profiling and small bug-fixes 2022-03-18 09:06:45 +01:00
lib Fixies to enable building docs 2022-11-07 13:09:25 +01:00
public Adding Logos 2022-03-22 21:19:29 +01:00
py-helpers Adding small fixes for the Code Transpiler. 2022-10-29 07:52:32 +02:00
wiki # 1.1.1 2022-06-27 11:46:29 +02:00
.dockerignore adding docker files 2021-01-21 15:32:51 +01:00
.eslintignore Adding formater 2021-11-25 08:41:16 +01:00
.eslintrc.json Adding formater 2021-11-25 08:41:16 +01:00
.gitignore using js-code for py. 2022-07-17 22:50:00 +02:00
00-compile.bat Enabling Profiling and small bug-fixes 2022-03-18 09:06:45 +01:00
00-compile.sh adding linux helpers 2022-03-21 08:15:05 +01:00
05-link.bat # 1.2.2 2022-07-15 15:56:16 +02:00
05-link.sh adding linux helpers 2022-03-21 08:15:05 +01:00
10-push-to-npm.bat # 1.3.10 2022-08-23 22:22:28 +02:00
CHANGELOG.md updating to version 1.5.0. See Changelog 2022-11-06 20:25:01 +01:00
Dockerfile adding docker files 2021-01-21 15:32:51 +01:00
LICENSE removing old files. 2022-01-17 15:39:48 +01:00
nopeconfig.json Moving Files and fix the Server Architecture 2020-11-12 17:07:05 +01:00
package-lock.json updating to version 1.4.6 2022-11-05 22:22:06 +01:00
package.json updating to version 1.5.0 in package.json 2022-11-06 20:25:43 +01:00
PREPARE_VSCODE.md removing old files. 2022-01-17 15:39:48 +01:00
README.md adding new files in 1.4.6 2022-11-06 11:47:36 +01:00
tsconfig.browser.json # 1.3.13 2022-09-20 20:54:53 +02:00
tsconfig.json v1.1.0 - adding ui types 2022-06-24 07:45:01 +02:00
tsconfig.py.json fixing lark for js-files and its transformer 2022-07-25 07:37:31 +02:00
webpack-typescript.config.js Fixing to update stuff to the library 2022-01-17 18:53:06 +01:00

No Programming Environment - NoPE

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.

Installing using Batch-File (Windows ONLY)

This approach works on windows only.

To install NoPE just extecute the 00-install.bat-Batch-File in the root-directory.

Manual Installation

Make shure you run the following tasks

  1. npm install
  2. ./00-compile.bat (on windows) or ./00-compile.sh (on linux)
  3. ./05-link.bat (on windows) or ./05-link.sh (on linux)

Usage

NoPE - Command Line Interface.

After installation you can use the following cli-tool:

nope-js

Please select the option you want. Therefore add one of the following options:

  • help Show this help.
  • run Start a NoPE-Backend.
  • init Initialize a new project. This project is empty.
  • conf Trys to update the configuration file.
  • scan-ui Scans and extracts the provided uis.
  • upload-ui Uploads the determined ui-file
  • service Generate Helper Files to provide services
  • repl Opens an interactive console.

Changelog

Checkout our changelog.