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/10/29 14:10] – vdemir | modul:m290:learningunits:lu08:theorie:03 [2024/11/18 10:50] (aktuell) – cbolzern | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== LU10b - Server-Programming von JavaScript- Under Construction | + | ====== LU10b - Server-Programing with JavaScript ====== |
===== Learning Objectives ===== | ===== Learning Objectives ===== | ||
- | - Programming | + | - Programing |
- Know how to start the server application | - Know how to start the server application | ||
- | - Establish | + | - Generate |
===== 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 " | ||
Zeile 14: | Zeile 14: | ||
In the lower part of Webstorm you can open a terminal window to start the mini-server-application. A node server is always started with the commande **node + servername.js**. In our case it is **node helloworld.js**, | In the lower part of Webstorm you can open a terminal window to start the mini-server-application. A node server is always started with the commande **node + servername.js**. In our case it is **node helloworld.js**, | ||
- | {{: | + | {{: |