- Competenze testate
- Durata
- 36 minuti al massimo.
- Valutazione
- Automatico
- Panoramica del test
-
Domande a scelta
Verificare la conoscenza di Node.js: Opening a server, The callback in server.listen, callbacks, Server events, Blocking on HTTP requests, Alternatives to a zero delay
setTimeout
Attività di programmazione
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.