Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Javascript only available for web browsers?

I would like to know about Javascript. Is Javascript available only for web browsers? Because I used some Javascript code for Firefox Plugin development and Thunderbird.

Help me to find out more about this: where can I use JavaScript other than web browsers, and how?

like image 338
coderex Avatar asked Jun 01 '10 19:06

coderex


2 Answers

No! Have a look at Google's V8

like image 95
Clark Gaebel Avatar answered Sep 23 '22 02:09

Clark Gaebel


There's node.js which includes a full webserver and runs on Google's V8

like image 21
Kaleb Pederson Avatar answered Sep 24 '22 02:09

Kaleb Pederson