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
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
Share Improve this question asked Jan 31, 2011 at 15:14 VisaMasterCardVisaMasterCard 1,6964 gold badges18 silver badges22 bronze badges 2- 1 As David said; V8 and other JS engines can be run outside of a browser. – John Weldon Commented Jan 31, 2011 at 15:19
- 1 Oppositely, Javascript Virtual Machine running Linux: bellard/jslinux – Cees Timmerman Commented Apr 27, 2014 at 4:47
2 Answers
Reset to default 11You might be interested in Node.JS
V8, SpiderMonkey and Rhino can all run without a browser.