Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce node.js support #392

Open
brianoliver opened this issue Jan 25, 2017 · 0 comments
Open

Introduce node.js support #392

brianoliver opened this issue Jan 25, 2017 · 0 comments

Comments

@brianoliver
Copy link
Contributor

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.

@brianoliver brianoliver added this to the 4.3.x-SNAPSHOT milestone Jan 25, 2017
@brianoliver brianoliver self-assigned this Jan 25, 2017
@brianoliver brianoliver modified the milestones: 4.x, 4.3.x-SNAPSHOT Feb 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant