2.4.2 • Published 6 years ago

@process-engine/skeleton v2.4.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

process-engine Skeleton Server

This is a Server that provides a process-engine-instance

What are the goals of this project?

The goal is to provide a minimal starting point for creating a ProcessEngine

Requirements

  • Node >= 7.6.0

Setup/Installation

Install all Dependencies

npm install
npm run build

How do I use this project?

Usage

Start the server on your main machine with

npm start

if you want to interact with the raspberry-pi

When started, the process-engine-instance is avaliable at http://localhost:8000

What else is there to know?

Workarounds

There are still some bugs in the process engine. Because of this, the following workarounds are applied to this application:

  • the feature-config that tells the server what the it can do (in config/development/feature/feature_service.json) says, that the server can render UI (UI: true), even though it can't. This makes the server send the necessary UI-messages, that then get caught by the frontend, wich in turn CAN render UI. Without this workaround, the server wouldn't even try to send the necessary UI-messages

Authors/Contact information