Server-side Javascript
JavaScript is an ECMAScript-compliant high-level, frequently just-in-time compiled language. It features first-class functions, prototype-based object orientation, and dynamic typing. It supports event-driven, functional, and imperative programming paradigms and is a multi-paradigm. It offers application programming interfaces (APIs) for using the Document Object Model, regular expressions, dates, and standard data structures (DOM).
There is no input/output (I/O) features like networking, storage, or graphics capabilities in the ECMAScript standard. In reality, JavaScript I/O APIs are offered by the web browser or another runtime system.
Originally only used in web browsers, JavaScript engines are now essential parts of some servers and a wide range of applications. Node.js is the most widely used runtime system for this application. Even though Java and JavaScript share the same name, syntax, and standard libraries, the two programming languages are distinct and have very different designs.
Summary:
________ javascript is also called server-side javascript.
Live wire JavaScript is also called server-side JavaScript. Netscape submitted JavaScript to Ecma International in November 1996 in an effort to establish a baseline specification that all web browser makers could follow.
Comments
write a comment