在服务器端使用JScript [英] Using JScript on server side

查看:63
本文介绍了在服务器端使用JScript的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我总是问自己,在经典(即非网络)环境中,是否可以在Web应用程序的服务器和客户端使用JScript。我向许多应该是专家的人提出这个问题,但是他们中的任何人给了我不同的答案:有些人告诉我这是可能的,有些人告诉我你只能在客户端使用它。



真相是什么?

I always asked myself if it is possible to use JScript both on server and on client side of a web application, in a classical (that is , non-.net ) environment. I asked this question to many people who were supposed to be expert , but anyone of them gave me different answer : some told me it is possible, some other told me you can only use it on client side .

What''s the truth ?

推荐答案

JavaScript是一种解释型计算机编程语言,最初是作为Web浏览器的一部分实现的,因此客户端-side脚本可以与用户交互,控制浏览器,异步通信并改变显示的文档内容。



参见http://en.wikipedia.org/wiki/JavaScript [ ^

如何使用/实现服务器端javascript? [ ^ ]





--Amit
JavaScript is an interpreted computer programming language originally implemented as part of web browsers so that client-side scripts may interact with the user, control the browser, communicate asynchronously and alter the document content that is displayed.

See http://en.wikipedia.org/wiki/JavaScript[^
and How is server-side javascript used/implemented?[^]


--Amit


您好,



请参阅以下链接以获取答案。



在ASP.Net和C#中从服务器端运行JavaScript



另请参阅以下链接中的以下讨论。



客户端脚本VS服务器端脚本

客户端脚本和服务器端脚本之间有什么区别?



这对你有帮助。



谢谢
Hi,

Refer the following links for your answer.

Run JavaScript from server side in ASP.Net and C#

Also check the following discussions in the links below.

Client side scripting VS server side scripting
What are the differences between client-side scripting and server-side scripting?

This will help you.

Thanks


你可以看看在node.js: http://nodejs.org/about/ [ ^ ]
You could take a look at node.js: http://nodejs.org/about/[^]


这篇关于在服务器端使用JScript的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆