Created
January 28, 2013 12:33
-
-
Save meaku/4655171 to your computer and use it in GitHub Desktop.
Das node.js HTTP-Server Beispiel umgesetzt in "DEUTSCHskript"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//knoten.js Netzdiener-Beispiel in DEUTSCHskript | |
var Http = FordereAn('http'); | |
Http.ErstelleDiener(Funktion (Anf, Ant) { | |
Ant.SchreibeKopf(200, { "Inhalts-Art" : "text/blank"}); | |
Ant.Beenden("Hallo Welt \n"); | |
}).höre(1337, "LokalerGastgeber"); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sollte
var
nichtunbek
undHttp
Htüv
sein?