Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
modul:m290:learningunits:lu08:theorie:03 [2024/11/18 10:41] – cbolzern | modul:m290:learningunits:lu08:theorie:03 [2024/11/18 10:50] (aktuell) – cbolzern | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== LU10b - Server-Programing | + | ====== LU10b - Server-Programing |
===== Learning Objectives ===== | ===== Learning Objectives ===== | ||
- | - Programming | + | - Programing |
- Know how to start the server application | - Know how to start the server application | ||
- Generate a terminal message | - Generate a terminal message | ||
===== HelloWorld.js ===== | ===== HelloWorld.js ===== | ||
- | At the beginning of each programmer's carreer there is always our notorious "Hello World" | + | At the beginning of each programer's carreer there is always our notorious "Hello World" |
- For that we need to create in our Webstorm a new JavaScript file with the title " | - For that we need to create in our Webstorm a new JavaScript file with the title " |