• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

serverside javascript, livescript

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can anyone can give me some info about this? Or url pertaining to this?
thanks!
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For what server? On a Microsoft server this is called ASP. You can get information about it at msdn.
 
Night Cruz
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would just like to find out if it would work for any type of server be it a jsp server or an asp server
 
Anonymous
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't think it can be said that server-side javascript will work for any web server. Programming the server is dependant on what libraries the server supports. Since each server has different libraries, they will not all support the same code.
For example, if you were to try to write server-side javascript for a Micro$oft web server like II$, that would be called ASP. It works because the server has ASP.dll registered. The objects in that library are what make ASP possible.
Since that asp wouldn't be available on a Netscape server, or an Apache server, you couldn't make use of that API, and ASP code won't work.
So support for server-side javascript really isn't about the language. It's about the API.
 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, serverside JavaScript is suppoted by iPlanet. Check it out here. BTB, LiveScript is the name Netscape Communications used for the proprietary scripting language built into Netscape Navigator 2.0. It was renamed to JavaScript with Netscape Navigator 3.0 release.
 
Night Cruz
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you very much for all the replies. I understand it a lot better now.

Just a thought: Wouldn't it be nice if there is such a web based language that can run in any server.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic