Click to See Complete Forum and Search --> : Server Side JavaScript


BigMoosie
09-02-2005, 10:38 AM
..

the tree
09-02-2005, 10:57 AM
You'd need a whole other aplication to handle it. In the same way that Apache uses PHP.exe to parse PHP.

Now why on earth don't you use a language that was designed to run on a server?

BigMoosie
09-02-2005, 11:02 AM
..

PeOfEo
09-02-2005, 11:19 AM
Why not just learn another language that is more universal? I am thinking Java. That way you can write executable applications that you might potentially want to run on the server backend and you would be able to use jsp for server side scripting, and you could then write applets too. Javascript isn't that great... it is not going to do much for you, it isn't the most efficient thing in the world server side.

buntine
09-02-2005, 11:30 AM
You could also look into J# or JScript in a .NET or ASP environment, respectively.

I definately recommend you broaden your horizons with another language, though.

Regards.

the tree
09-02-2005, 01:51 PM
If your familiar with Javascript then PHP has a pretty similar syntax and does more than javascript could.

BigMoosie
09-02-2005, 11:41 PM
..

theuedimaster
09-03-2005, 10:24 PM
Read the post here by Mstr.Bob, it answers your server-side javascript question. Surpisingly ss-j exists!

http://webdeveloper.com/forum/showthread.php?t=44049