Is it possible to execute Javascript
on server side and to get the result on a client ?
If it is possible, how can i make the request to the dedicated Javascript
file from my client ?
In fact, i have created a mobile application with embeeded Javascript
, (using Phonegap) but i would like to put all Javascript files on the server and make some requests to the server to get the result.
Thanks for your help