Was ist Express.js?
Tut14 - Express

Quiz
•
Computers
•
University
•
Medium
Loris Galler
Used 2+ times
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Eine Frontend-Bibliothek für UI-Komponenten
Ein Framework für Node.js zur Erstellung von Webanwendungen und APIs
Eine Datenbank für die Speicherung von JSON-Daten
Ein Betriebssystem für Webserver
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Wie erstellt man eine einfache Express-App?
const app = express()
const app = new Express()
const app = express.createApp()
const app = new express.Server()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Wie definiert man eine GET-Route in Express?
app.get('/', (req, res) => res.send('Hallo'));
app.route('/', (req, res) => res.send('Hallo'));
app.listen('/', (req, res) => res.send('Hallo'));
app.request('/', (req, res) => res.send('Hallo'));
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Was ist Middleware in Express.js?
Eine Funktion, die zwischen einer eingehenden Anfrage und der Antwort ausgeführt wird
Eine Methode, um den Server zu starten
Eine spezielle Art von Datenbank
Eine Funktion, die nur für GET-Anfragen verwendet wird
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Wofür wird express.Router() verwendet?
Um Express-Apps schneller zu starten
Um Routen modular zu organisieren
Um eine Verbindung zur Datenbank herzustellen
Um Express mit Frontend-Frameworks zu verbinden
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Welche Methode wird verwendet, um Cookies in Express zu verarbeiten?
cookieParser()
sessionHandler()
express.cookies()
req.getCookies()
Similar Resources on Quizizz
7 questions
Tutorium 7 - Prog2

Quiz
•
University
10 questions
Examen Parcial 2

Quiz
•
University
5 questions
Grundlagen ERP-Systeme

Quiz
•
University - Professi...
10 questions
Herramientas y Aplicaciones Web para Problemas Empresariales y Cotidianos

Quiz
•
University
10 questions
Pengenalan Aplikasi App Inventor

Quiz
•
9th Grade - University
10 questions
APLICACIONES MOVILES

Quiz
•
University
10 questions
Node.js

Quiz
•
University
7 questions
Tutorium 7 - DOM + HTTP

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade