Glossar

Node.js®

Node.js® ist eine plattformübergreifende Open-Source JavaScript-Laufzeitumgebung, die JavaScript-Code außerhalb eines Webbrowsers ausführen kann. Damit kann zum Beispiel ein Webserver betrieben werden. Quelle: Node.js (Wikipedia)

JavaScript

JavaScript, often abbreviated as JS, is a programming language and core technology of the Web. It was originally developed for dynamic HTML in web browsers to evaluate user interactions, change, reload or generate content and thus extend the possibilities of HTML. Source: JavaScript (Wikipedia)

TypeScript

TypeScript is a free and open-source high-level programming language developed by Microsoft that adds static typing with optional type annotations to JavaScript. It is designed for the development of large applications and transpiles to JavaScript. Source: TypeScript (Wikipedia)

npm

npm (ehemals Node Package Manager) ist ein Paketmanager für die JavaScript-Laufzeitumgebung Node.js. Er wird standardmäßig mit der Node.js Software mit installiert. Quelle: npm (Wikipedia)