appcd-subprocess-manager

1.0.6 • Public • Published

appcd-subprocess-manager

Appc Daemon subprocess service.

Visit https://github.com/appcelerator/appc-daemon for more information.

Report issues to GitHub issues. Official issue tracker in JIRA.

Installation

npm i appcd-subprocess-manager

Usage

import SubprocessManager from 'appcd-subprocess-manager';

const manager = new SubprocessManager();
Dispatcher.register('/subprocess', manager);

const ctx = await Dispatcher.call('/subprocess/spawn', {
	args: [ process.execPath, '--version' ]
});

console.log(ctx.response);

Legal

This project is open source under the Apache Public License v2 and is developed by Axway, Inc and the community. Please read the LICENSE file included in this distribution for more information.

Readme

Keywords

none

Package Sidebar

Install

npm i appcd-subprocess-manager

Weekly Downloads

2

Version

1.0.6

License

Apache-2.0

Unpacked Size

49 kB

Total Files

5

Last publish

Collaborators

  • cb1kenobi
  • awam
  • tisdk