Added NodeJS Demo.

This commit is contained in:
2025-11-18 11:45:56 +01:00
parent 4b8bd4366a
commit b3ab6bd314
69 changed files with 2531 additions and 4220223 deletions

View File

@@ -28,7 +28,9 @@ class App
this.httpServer = http.createServer( this.handleRequest.bind( this ) );
this.httpServer.listen( 3000 );
this.httpServer.listen( 3030 );
console.log("Server started on port http://localhost:3030/");
}