Skip to content

Introduce node.js support #392

@brianoliver

Description

@brianoliver

As an application developer using Node and Java, I'd like the ability to launch node-based applications using Bedrock, just as I can do for Java-based applications.

For example:

NodeApplication app = platform.launch(NodeApplication.class, Node.path(pathToNode), Node.script(pathToScript), Argument.of("hello"), Argument.of("world"));

This would simplify launching and controlling Node-based applications, without having to launch them as scripts / command-line applications.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions