typesafehub / js-engine

A JavaScript Engine Library - provides an abstract of a means to execute JavaScript code where no browser is involved.
Other
72 stars 20 forks source link

Standard module paths and the Trireme default #3

Closed huntc closed 10 years ago

huntc commented 10 years ago

Commits us to the Node API strategy by making Trireme the default. This is a good thing! :-)

In addition the notion of a standard module path is introduced for Node style engines. This reduces the need to pass data around.