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

doc: vm, run http server in vm by requiring #5323

Closed
wants to merge 1 commit into from
Closed

doc: vm, run http server in vm by requiring #5323

wants to merge 1 commit into from

Commits on Apr 21, 2016

  1. doc: add vm example, be able to require modules

    From squashed: remove you reference, @jasnell
    
    Also:
    The intention behind is to present the user a way he/she can execute the
    node code in a vm context. The current API doesn't allow this
    out-of-the-box, since it is neither passing a require function nor
    creating context with one.
    The missing docs for this behaviour have produced a number of Q&A
    items and have also been discussed in the node-archive repo. In both
    cases there was no real canonical answer. Proposed API changes, haven't
    moved forward.
    
    ref: nodejs/node-v0.x-archive#9211, #4955
    eljefedelrodeodeljefe committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    6556e09 View commit details
    Browse the repository at this point in the history