Can we use Javascript for any other purpose or its sole purpose is to make webpages interactive ? By other purpose i mean, for counting number of words in a file etc
Thanks.
Can we use Javascript for any other purpose or its sole purpose is to make webpages interactive ? By other purpose i mean, for counting number of words in a file etc
Thanks.
Yes. There are many platforms that can run JavaScript like GoogleV8 and node.js.
This blog post has a lot of information about running JavaScript in back-end: http://amix.dk/blog/post/19613
Yes.
Windows has had a JavaScript engine for shell-scripting since IE4.0 came out. It's called the Windows Script Host and is one of three consumers of the Active Scripting engine. The other two users are Internet Explorer (until IE9), and IIS's Active Server Pages (ASP) feature (which is otherwise unrelated to ASP.NET).
There's documentation available here: http://msdn.microsoft.com/en-us/library/9bbdkx3k(v=VS.84).aspx