Hey all So I'm writing a PaaS on top on node. What I'm doing is running each file/module in a custom context so that i can place my own globals inside of that file/module.
this is my "require" code https://gist.github.com/3189241 it is very basic just so i can get the idea of how to run the code. Can someone look at it and tell me if im doing something wrong or should be doing it different. You can see the raft object that im trying to inject into the module. Thanks -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
