Go to file
2021-03-01 16:11:30 +01:00
.vscode Hint containing the Template File for the Author Comments 2020-08-30 09:44:46 +02:00
bin removing unused tools 2021-01-21 16:21:59 +01:00
lib Fixing emtting bonjour 2021-03-01 16:11:30 +01:00
modules fixing Bridge. Saying hello everytime we are connecting. 2021-03-01 16:06:01 +01:00
open-api Adding Cli-Tools 2020-11-09 15:28:09 +01:00
pages Updating Packageloader 2021-02-12 15:54:57 +01:00
public/nope changing logger, fixing beckhoff, adding eslint ... 2020-12-04 19:10:33 +01:00
resources Updating Packageloader 2021-02-12 15:54:57 +01:00
specs initial commit 2020-08-19 08:36:59 +02:00
test fixing wamo-line 2021-01-15 16:33:52 +01:00
.dockerignore adding docker files 2021-01-21 15:32:51 +01:00
.eslintrc.json implement keep alive 2020-12-05 02:28:33 +01:00
.gitignore templates for services 2021-01-08 09:10:23 +01:00
00-install.bat fixing installer.bat 2021-01-21 16:29:11 +01:00
01-compile.bat fixing installer and compiler 2021-01-21 16:25:43 +01:00
02-compile - ui.bat Adding Helpers 2020-08-25 11:03:16 +02:00
03-start-dev.bat Fixing Helpers 2020-09-07 10:27:26 +02:00
03-start-production.bat Fixing Helpers 2020-09-07 10:27:26 +02:00
04-main-server.bat Adding small helpers 2021-01-08 16:58:10 +01:00
05-WAMO-Demo.bat adding docker files 2021-01-21 15:32:51 +01:00
Dockerfile adding docker files 2021-01-21 15:32:51 +01:00
jsdoc.json updating nextjs and adding font-awesome 2020-10-27 20:22:41 +01:00
LICENSE Initial commit 2020-08-18 21:34:51 +02:00
next-env.d.ts initial commit 2020-08-19 08:36:59 +02:00
next.config.js changing logger, fixing beckhoff, adding eslint ... 2020-12-04 19:10:33 +01:00
nopeconfig.json Moving Files and fix the Server Architecture 2020-11-12 17:07:05 +01:00
package-lock.json Adding an Updater-Module 2021-02-12 17:16:19 +01:00
package.json Adding an Updater-Module 2021-02-12 17:16:19 +01:00
PREPARE_VSCODE.md Adding user settings 2020-12-31 13:18:12 +01:00
README.md adapting readme 2021-01-21 16:42:21 +01:00
tsconfig.json fixing formats 2020-11-24 15:14:56 +01:00
tsconfigBackend.json fixing formats 2020-11-24 15:14:56 +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

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.