Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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 ?
Posted

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
 
Share this answer
 
Comments
Raje_ 22-Feb-13 8:52am    
+5 from me.
_Amy 22-Feb-13 23:30pm    
Thanks Rajesh. :)
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
 
Share this answer
 
You could take a look at node.js: http://nodejs.org/about/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900