5
votes

I'm wondering if there is any javascript virtual machine you've used before or you have any ideas about !

I'm not talking about javascript engine for browsers like V8 for chrome, I'm looking to execute javascript code on a linux server machine.

Thanks

2
As David said; V8 and other JS engines can be run outside of a browser. - John Weldon
Oppositely, Javascript Virtual Machine running Linux: bellard.org/jslinux - Cees Timmerman

2 Answers

9
votes

You might be interested in Node.JS

6
votes

V8, SpiderMonkey and Rhino can all run without a browser.