Just use node.js. V8 is a pure JS engine, without any bindings to any I/O. Node.js provides those.
On Saturday, April 25, 2015 at 6:41:03 PM UTC+2, Shaukat Mahmood Ahmad wrote: > > Hi All, > > I am evaluating Google-V8 and Node.js as JavaScript engine for application > automation / scripting support for my application. Node.js is also backed > by Google V8 so which one (V8 or Node.js) is the best choice for > application automation, selection criteria includes. > > - Cost (in terms of integration and implementation effort) > - Performance > - Reliability > - Futuristic > > > Regards, > SMA > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
