Is there any way to write and run a JavaScript code without having a need to run a browser and use its JavaScript engine?
Thanks!
Is there any way to write and run a JavaScript code without having a need to run a browser and use its JavaScript engine?
Thanks!
There are tons of independent, js engines, adding to previous post
There are tons of standalone JS engines and framework built on top of them (Node.js, ringojs, etc.)
http://en.wikipedia.org/wiki/Comparison_of_server-side_JavaScript_solutions
Well, all you need is to choose based on what you need.