javascriptnode.jsserverside-javascriptnetscapessjs

Netscape Enterprise Server and Server-Side JavaScript (SSJS) vs Node.js


What are the major differences between the Netscape Enterprise Server implementation of Server-Side JavaScript (SSJS) and the node.js implementation?

Why did not Netscape's implementation gain attention while the node.js seems to be far more popular?


Solution

  • Back in 1999/2000, I used to work at a company that used Netscape Server and SSJS. I don't know how popular it was at the time, but from first hand experience, I can tell you that almost everything about it was terrible:

    Just for giggles, here's a link to the SSJS reference guide from version 1.2 . Starting on page 21, you can see all the standard functions and synchronous APIs for file objects, database queries, etc...

    My company ended up switching to ColdFusion shortly thereafter and never looked back.