Live data from Hacker News

Netscape and Sun Announce JavaScript (1995)

web.archive.org

21–30 of 476 posts

Re: Netscape and Sun Announce JavaScript (1995)

#21

> A server-side JavaScript script might pull data out of a relational database and format it in HTML on the fly I didn't know that server-side JS was a thing back then.

There were a few backend products that used server-side JS before Node.js

The Netscape Server had JS in 1998.

https://docs.oracle.com/cd/E19957-01/816-6411-10/contents.ht...

Re: Netscape and Sun Announce JavaScript (1995)

#23

> A server-side JavaScript script might pull data out of a relational database and format it in HTML on the fly I didn't know that server-side JS was a thing back then.

It wasn't. They basically predicted Node.js 15 years before its inception. EDIT: Okay, server-side JS indeed long predates Node.js. See below.

Netscape Enterprise Server executed server-side JavaScript ("SSJS")

https://docs.oracle.com/cd/E19957-01/816-5653-10/816-5653-10...

Re: Netscape and Sun Announce JavaScript (1995)

#24
post #10

Nothing technically wrong with Java and JS of course, but this terrible PR piece which desperately tries to pitch Java as an integral part of the web, going even as far as naming an innocent scripting language for web browsers JAVA script truly demonstrates that the mid-to-end-90's were the dark age of computing (at least the corporate side).

web ASSEMBLY is not much better name.

Maybe we get WASM CPUs in the future, haha.

Re: Netscape and Sun Announce JavaScript (1995)

#28
post #20

> A server-side JavaScript script might pull data out of a relational database and format it in HTML on the fly I didn't know that server-side JS was a thing back then.

Think it was this (I am sure someone here will know better): https://en.wikipedia.org/wiki/Rhino_(JavaScript_engine) Albeit it was two years after the announcement.

Yeah, I remember people talking about Rhino when node.js originally came out, saying things like it's been tried before and wouldn't catch on.

Re: Netscape and Sun Announce JavaScript (1995)

#29

Nothing technically wrong with Java and JS of course, but this terrible PR piece which desperately tries to pitch Java as an integral part of the web, going even as far as naming an innocent scripting language for web browsers JAVA script truly demonstrates that the mid-to-end-90's were the dark age of computing (at least the corporate side).

For a starter, having no integer types and non-symmetric comparison operators looks technically wrong to me.
Post reply on HN