admin管理员组文章数量:1313346
First of all, the server is Windows Server 2012 running IIS.
Now, this is probably a really dumb question, but I can't seem to find an answer.
I'm basically in charge of the webserver at our office and I'm just learning as I go.
Right now I'm only making sites using pure HTML/CSS for internal use but I need to add some additional functionality which would ideally be PHP and Javascript.
I've found an install for PHP which seems easy enough, but do I need to install anything on our webserver in order to use Javascript?
First of all, the server is Windows Server 2012 running IIS.
Now, this is probably a really dumb question, but I can't seem to find an answer.
I'm basically in charge of the webserver at our office and I'm just learning as I go.
Right now I'm only making sites using pure HTML/CSS for internal use but I need to add some additional functionality which would ideally be PHP and Javascript.
I've found an install for PHP which seems easy enough, but do I need to install anything on our webserver in order to use Javascript?
Share Improve this question asked Apr 17, 2013 at 0:40 ianbroadianbroad 1112 gold badges7 silver badges22 bronze badges2 Answers
Reset to default 5JavaScript, in most cases, is a client-side scripting language. That means the code runs in the browser so there's nothing you need to do on the server to enable that.
The exception would be installing some sort of web server written in Node.js which is possible, but totally not necessary in your case.
JavaScript code in the context of a web page has nothing to do with the server and is executed directly by the browser. Every browsers have their own JavaScript engine (e.g. Chrome`s V8, IE's Chakra, FireFox's SpiderMonkey). However, it is possible use JavaScript as a server-side language by using a platform such as Node.js, wich is based on V8.
本文标签: phpDo I need to install javascript on my webserverStack Overflow
版权声明:本文标题:php - Do I need to install javascript on my webserver? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741947005a2406478.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论