Server-side JavaScript, see Wikipedia's Introduction:
Https://en.wikipedia.org/wiki/JavaScript#Server-side_JavaScript
Server-side JavaScript
In December 1995, soon after releasing JavaScript for browsers, Netscape introduced a implementation of the language for Server-side Scripting with Netscape Enterprise Server.
Since 1996, the IIS Web-server has supported Microsoft's implementation of Server-side Javascript--JScript--in ASP and . NET pages.
Since the mid-2000s, additional server-side JavaScript implementations has been introduced, such as node. JS in 2009.
Look at SAP's server Side (server-side) JavaScript Solution: SAP Extended Application Service
Open SAP HANA web-based development Workbench:
To create a new package:
To create a new application:
Create a new file Test.xsjs with the following content:
var userInput = $.request.parameters.get("userStuff");$.response.contentType = "text/html";$.response.setBody(userInput);
This Hello World app is a simple echo application that directly outputs the data that the user passes through the URL.
Test:
To get more original Jerry's technical articles, please follow the public number "Wang Zixi" or scan the QR code below:
Create the simplest server with Hana web-based Development Workbench