coherence-community / oracle-bedrock

Oracle Bedrock
Other
55 stars 31 forks source link

Introduce a Script application support #414

Open brianoliver opened 7 years ago

brianoliver commented 7 years ago

As a developer I'd like to run scripts as applications. Instead of specifying a "script" runner, it would be nice to be able to just specify the script and Bedrock would automatically detect the appropriate runner for the platform.

eg: platform.launch(Script.class, Script.of("something.js"));

Might run node.