Skip to content

Conversation

@simonImf
Copy link

Handout Server/API-Technologien
@simsimf @jkrumboe

Handout Server/API-Technologien
Copy link
Collaborator

@m-mohr m-mohr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your submission. Could you provide the handout text in Markdown format, please?

@m-mohr m-mohr changed the title handout-submission-simon-imfeld-justin-krumböhmer Handout Server/API-Technologien Oct 21, 2025
@m-mohr m-mohr linked an issue Oct 21, 2025 that may be closed by this pull request
@m-mohr
Copy link
Collaborator

m-mohr commented Oct 26, 2025

Thanks, what's this cite-related Markdown? This doesn't render nicely on GitHub.

* **Routing:** Ordnet eine URL dem zuständigen Code zu (z. B. `/users/123` wird der Nutzer-Funktion zugeordnet).
* **Middleware:** Funktions-Schicht im Anfrage-Antwort-Zyklus, die Anfragen loggen, authentifizieren oder anreichern kann.
* **Beispiele:**
* **Node.js / Express:** Minimalistisches Framework, das komplett auf Middleware-Ketten basiert; ideal für schlanke REST-APIs.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* **Node.js / Express:** Minimalistisches Framework, das komplett auf Middleware-Ketten basiert; ideal für schlanke REST-APIs.
* **Express (Node.js):** Minimalistisches Framework, das komplett auf Middleware-Ketten basiert; ideal für schlanke REST-APIs.


### HTTP-Methoden

* **Korrekte Nutzung:** Setzen Sie GET, POST, PUT, DELETE richtig ein.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* **Korrekte Nutzung:** Setzen Sie GET, POST, PUT, DELETE richtig ein.
* **Korrekte Nutzung:** Setzen Sie GET, POST, PUT, PATCH und DELETE richtig ein.

Comment on lines +85 to +88
* `200 OK`: Erfolg
* `201 Created`: Ressource erfolgreich erstellt
* `404 Not Found`: Ressource nicht gefunden
* `500 Internal Server Error`: Server-Fehler
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Das ist eine Auwahl, ein Link zu einer vollständigeren Liste wäre sicher hilfreich.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Server/API-Technologien

2 participants