Go to file
2021-10-20 21:48:43 +02:00
.vscode Updating to version 0.9.7 2021-08-17 17:52:46 +02:00
bin removing unused tools 2021-01-21 16:21:59 +01:00
lib Fixing Layer requirements 2021-10-20 21:48:43 +02:00
modules Fixing layer for wamo 2021-10-20 21:25:25 +02:00
open-api Adding Cli-Tools 2020-11-09 15:28:09 +01:00
pages Adding current state 2021-08-26 19:41:08 +02:00
public/nope changing logger, fixing beckhoff, adding eslint ... 2020-12-04 19:10:33 +01:00
resources Adapting setContent 2021-10-19 21:27:30 +02:00
specs initial commit 2020-08-19 08:36:59 +02:00
test Adapting setContent 2021-10-19 21:27:30 +02: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 adding XETICS stuff by fixing gitignore 2021-10-19 22:52:05 +02:00
00-install-all-services.bat Adding start command 2021-07-29 15:29:19 +02:00
00-install-nope.bat Rename File 2021-07-29 15:49:28 +02:00
00-restart-all-services.bat Adding restarter 2021-07-29 15:30:22 +02:00
00-start-all-services.bat adding small update 2021-10-18 21:05:18 +02:00
00-uninstall-all-services.bat Adding Helpers to uninstall services etc. Fixing AMQP-Parallel example 2021-06-07 08:00:14 +02: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 event logger 2021-09-09 07:36:01 +02:00
04-main.bat zwischenstnde 2021-05-20 09:55:56 +02:00
05-WAMO-Demo.bat Arbeitsstand 2021-04-14 11:58:41 +02:00
06-WAMO-Installer.bat Using different Branch 2021-10-15 08:41:37 +02:00
07-WAMO-Update.bat Fixing layer for wamo 2021-10-20 21:25:25 +02:00
08-WAMO-Small-Update.bat Fixing layer for wamo 2021-10-20 21:25:25 +02:00
10-compile-browser.bat Adding event logger 2021-09-09 07:36:01 +02:00
auto-installer.bat Adding new Layer settings 2021-03-12 08:34:22 +01:00
CHANGELOG.md Adding addtional Parameters for runNopeBackend, 2021-10-18 20:46:06 +02: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 Updating NPM 2021-07-27 12:55:02 +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 event logger 2021-09-09 07:36:01 +02:00
package.json Fixing Library export 2021-09-03 07:42:37 +02:00
PREPARE_VSCODE.md Adding hints for Python 2021-03-19 13:18:41 +01:00
README.md Updating to version 0.9.7 2021-08-17 17:52:46 +02:00
ROADMAP.md Basic fixes 2021-08-26 19:40:46 +02:00
tsconfig.json fixing formats 2020-11-24 15:14:56 +01:00
tsconfigBackend.json Fixing Target 2021-10-18 08:03:06 +02:00
tsconfigBrowser.json fixinx webpack 2021-09-02 08:20:26 +02:00
tsconfigLib.json Adding library settings 2021-08-04 18:17:23 +02:00
webpack-javascript.config.js Fixing Library export 2021-09-03 07:42:37 +02:00
webpack-typescript.config.js Allow cors 2021-09-04 13:45:52 +02: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.