Go to file
Martin Karkowski c42dec645a Fixing Tests.
Fixing mapMethods,
Adding additional Tests
Fixing Testing Location in package.json
2022-01-25 20:43:17 +01:00
.vscode Updating to version 0.9.7 2021-08-17 17:52:46 +02:00
bin Fixing to update stuff to the library 2022-01-17 18:53:06 +01:00
contribute Fixing Tests. 2022-01-25 20:43:17 +01:00
lib Fixing Tests. 2022-01-25 20:43:17 +01:00
wiki Adding comments and allowing base-services to be skipped 2022-01-20 12:59:32 +01: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 Fixing to update stuff to the library 2022-01-17 18:53:06 +01:00
00-compile.bat Adding comments and adapting imports 2022-01-19 18:38:43 +01:00
05-link.bat Adding helper to locally link the lib 2022-01-25 17:52:05 +01:00
10-push-to-npm.bat Fixing to update stuff to the library 2022-01-17 18:53:06 +01:00
CHANGELOG.md fixing minor issues 2022-01-21 16:17:40 +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 Adding helper to locally link the lib 2022-01-25 17:52:05 +01:00
package.json Fixing Tests. 2022-01-25 20:43:17 +01:00
package.json.bak Fixing to update stuff to the library 2022-01-17 18:53:06 +01:00
PREPARE_VSCODE.md removing old files. 2022-01-17 15:39:48 +01:00
README.md Updating to version 0.9.7 2021-08-17 17:52:46 +02:00
tsconfig.browser.json Fixing to update stuff to the library 2022-01-17 18:53:06 +01:00
tsconfig.json adding wiki 2022-01-18 21:51:19 +01: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. npx tsc -p ./tsconfigBackend.json --pretty
  3. npm link

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 - Opens the Help
  • run - Start a NoPE-Backend.
  • init - Initialize a new project. This project is empty.
  • scan - Trys to update the configuration file.

Changelog

Checkout our changelog.