node-contextify

turn an object into a persistent execution context

Description

Contextify is a NodeJS module that lets you to turn an object into a persistent V8 execution context.

A contextified object acts as the global 'this' when executing scripts in its context. Contextify adds 3 methods to the contextified object:
 - run(code, filename);
 - getGlobal();
 - dispose().
The main difference between Contextify and Node's vm methods is that Contextify allows asynchronous functions to continue executing in the Contextified object's context.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/brianmcd/contextify


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install node-contextify