Andy Dingley wrote:
> ***uming a large pile of legacy server-side JavaScript (reasonable
> quality ASP JScript from 2001-2002) what are the options for hosting it
> on some server-side platform that runs JavaScript ?
>
> ASP is the obvious one, but I'm hoping to shift it away from IIS and
> Windows, hopefully to Apache and open source.
MS continues cl***ic ASP support for IIS. I am not sure it is that easy
to port an ASP application to some other platform.
One approach at using Spidermonkey, the JavaScript egine used in
Mozilla, on the server is <http://www.whitebeam.org/>
But I haven't used it at all and while the description claims that the
server side "page" is XML the examples at
<http://www.whitebeam.org/library/guide/overview/phpasp.rhtm>
are not even well-formed (e.g. <head><title>Hello World</title></Head>).
--
Martin Honnen
http://JavaScript.FAQTs.com/