Gathering detailed insights and metrics for webgme-executor-worker
Gathering detailed insights and metrics for webgme-executor-worker
Gathering detailed insights and metrics for webgme-executor-worker
Gathering detailed insights and metrics for webgme-executor-worker
Workers connecting to webgme executor framework
npm install webgme-executor-worker
Typescript
Module System
Node Version
NPM Version
JavaScript (94.93%)
HTML (3.47%)
Python (1.55%)
CSS (0.03%)
SCSS (0.03%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2 Stars
43 Commits
3 Forks
6 Watchers
13 Branches
6 Contributors
Updated on Jul 13, 2024
Latest Version
3.1.1
Package Id
webgme-executor-worker@3.1.1
Unpacked Size
320.52 kB
Size
61.79 kB
File Count
28
NPM Version
8.19.2
Node Version
18.12.1
Published on
Apr 07, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
npm install
npm run build
npm start
Executing Simulation Jobs on the WebGME Server - Executor Setup
While the ability provided by WebGME to edit and easily share models is extremely useful in collaborative design, another crucial part of the design process is evaluating alternative designs, sometimes using simulations.
WebGME supports "remote" execution of simulation "jobs" through the use of a Node-Webkit application.
The executor_worker application runs jobs posted to src/middleware/executor
. For example, some WebGME plugins create jobs. An executor_worker runs jobs by downloading a blob from the WebGME server, then running a command, then uploading some or all of the produced files to the blob store.
We can set up the "executor_worker" using node-webkit, and configure it to monitor our WebGME server's URL for jobs. The executor_worker may run on a different machine than the WebGME server, but in this example they run on the same machine.
When a job is created on the server, the executor will download the job, run it, and then upload any results to the WebGME server.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 9/29 approved changesets -- score normalized to 3
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
64 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More