I'm writing an iPhone app that needs to interact with the Google Maps API, therefore I must user Javascript (please correct me if I'm wrong) to access the results and the route created.
Since the Javascript support in native iPhones apps is quite poor and slow, my idea was to ask a remote web server to do the job for me. That server would be running Apache and Php. So my question is, it possible to run javascript on the server side? and if possible, how would you do that?
ThankS!