From 3ff6807c06fd3b763ded0da5c9c092219d6f9f73 Mon Sep 17 00:00:00 2001 From: shivamchauhan-svg <67889440+shivamchauhan-svg@users.noreply.github.com> Date: Mon, 14 Mar 2022 19:14:30 +0530 Subject: [PATCH 1/5] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index cbdbf26c..73016be8 100644 --- a/index.js +++ b/index.js @@ -7,7 +7,7 @@ var server = http.createServer(function(request, response) { }); -var port = 80; +var port = 3000; server.listen(port); console.log("Server running at http://localhost:%d", port); From bc4466a168fb4cf9e8a36bbf212c231701b40b96 Mon Sep 17 00:00:00 2001 From: shivamchauhan-svg Date: Wed, 7 Sep 2022 08:37:41 +0000 Subject: [PATCH 2/5] hhhh --- .gitpod.yml | 9 +++++++++ index.js | 2 +- package-lock.json | 13 +++++++++++++ 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 .gitpod.yml create mode 100644 package-lock.json diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..d2d8b01a --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,9 @@ +# This configuration file was automatically generated by Gitpod. +# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file) +# and commit this file to your remote git repository to share the goodness with others. + +tasks: + - init: npm install + command: npm run start + + diff --git a/index.js b/index.js index 73016be8..fde8bdf4 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,7 @@ var http = require('http'); var server = http.createServer(function(request, response) { response.writeHead(200, {"Content-Type": "text/plain"}); - response.end("Hello World!"); + response.end("Hello World! shivam this side"); }); diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 00000000..57e147fe --- /dev/null +++ b/package-lock.json @@ -0,0 +1,13 @@ +{ + "name": "nodejs-hello-world", + "version": "1.0.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "nodejs-hello-world", + "version": "1.0.0", + "license": "MIT" + } + } +} From 7cc2c18b60a2b2908a9880f152745e28284a4840 Mon Sep 17 00:00:00 2001 From: shivamchauhan-svg Date: Wed, 7 Sep 2022 08:43:13 +0000 Subject: [PATCH 3/5] hhh --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index fde8bdf4..9117a00b 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,7 @@ var http = require('http'); var server = http.createServer(function(request, response) { response.writeHead(200, {"Content-Type": "text/plain"}); - response.end("Hello World! shivam this side"); + response.end("Hello World! shivam this side from miet clg"); }); From f0f0f12db4b2d2dc13ead872fa3a042f4a3ab5da Mon Sep 17 00:00:00 2001 From: shivamchauhan-svg Date: Wed, 7 Sep 2022 08:43:32 +0000 Subject: [PATCH 4/5] npmn --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 9117a00b..b49773d3 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,7 @@ var http = require('http'); var server = http.createServer(function(request, response) { response.writeHead(200, {"Content-Type": "text/plain"}); - response.end("Hello World! shivam this side from miet clg"); + response.end("shivam chauhan ji h idhar"); }); From 4dc7c898bbdf2aca967eec0773ccf2bc1da01b13 Mon Sep 17 00:00:00 2001 From: shivamchauhan-svg Date: Wed, 7 Sep 2022 08:47:24 +0000 Subject: [PATCH 5/5] hii --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index b49773d3..4eb01e48 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,7 @@ var http = require('http'); var server = http.createServer(function(request, response) { response.writeHead(200, {"Content-Type": "text/plain"}); - response.end("shivam chauhan ji h idhar"); + response.end("hello how are you ?"); });