- Geprüfte Fähigkeiten
- Dauer
- 36 Minuten max.
- Auswertung
- Automatisch
- Test-Übersicht
-
Fragen zur Auswahl
Überprüfen Sie die Kenntnis von Node.js: Opening a server, The callback in server.listen, callbacks, Server events, Blocking on HTTP requests, Alternatives to a zero delay
setTimeout
Aufgabe der Programmierung
Create a file server that listens on port 9000 of localhost and Serve the text of the file testText.txt when a get request is made to that port.