- Node.js Web Development
- David Herron
- 196字
- 2021-06-25 21:53:55
Server-side JavaScript
Quit scratching your head already! Of course you're doing it, scratching your head and mumbling to yourself, "What's a browser language doing on the server?" In truth, JavaScript has a long and largely unknown history outside the browser. JavaScript is a programming language, just like any other language, and the better question to ask is "Why should JavaScript remain trapped inside browsers?".
Back in the dawn of the web age, the tools for writing web applications were at a fledgling stage. Some were experimenting with Perl or TCL to write CGI scripts, and the PHP and Java languages had just been developed. Even then, JavaScript saw use on the server side. One early web application server was Netscape's LiveWire server, which used JavaScript. Some versions of Microsoft's ASP used JScript, their version of JavaScript. A more recent server-side JavaScript project is the RingoJS application framework in the Java universe. Java 6 and Java 7 were both shipped with the Rhino JavaScript engine. In Java 8, Rhino was dropped in favor of the newer Nashorn JavaScript engine.
In other words, JavaScript outside the browser is not a new thing, even if it is uncommon.
- Puppet 4 Essentials(Second Edition)
- 新編Visual Basic程序設(shè)計(jì)上機(jī)實(shí)驗(yàn)教程
- 跟老齊學(xué)Python:輕松入門(mén)
- Mastering Scientific Computing with R
- Mastering Unity Shaders and Effects
- Mastering Ext JS
- Spring Boot企業(yè)級(jí)項(xiàng)目開(kāi)發(fā)實(shí)戰(zhàn)
- ASP.NET Core 2 Fundamentals
- Python Interviews
- Python語(yǔ)言科研繪圖與學(xué)術(shù)圖表繪制從入門(mén)到精通
- App Inventor 2 Essentials
- MATLAB 2020 GUI程序設(shè)計(jì)從入門(mén)到精通
- ASP.NET Core and Angular 2
- Alfresco for Administrators
- PHP面試一戰(zhàn)到底