{"id":1131,"date":"2025-02-05T05:12:18","date_gmt":"2025-02-05T05:12:18","guid":{"rendered":"https:\/\/www.freelifemakers.org\/wordpress\/?p=1131"},"modified":"2025-04-18T09:35:45","modified_gmt":"2025-04-18T09:35:45","slug":"nodejs-1-1","status":"publish","type":"post","link":"https:\/\/www.freelifemakers.org\/wordpress\/index.php\/2025\/02\/05\/nodejs-1-1\/","title":{"rendered":"NODEJS-1-1"},"content":{"rendered":"\n<p>index.js<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>const express = require(\"express\"); \/\/ express \ubaa8\ub4c8 \uc14b\ud305\nconst ejs = require(\"ejs\"); \/\/ \ud398\uc774\uc9c0 \ub85c\ub529\uc744 \uc704\ud574 \ud544\uc218\nconst app = express();\n\n\/\/ view \uc5d4\uc9c4\uc744 ejs\ub97c \uc4f0\uaca0\ub2e4\ub294 \uc124\uc815\napp.set(\"view engine\", \"ejs\");\n\n\/\/ \ud398\uc774\uc9c0 \ub85c\ub529 \ud568\uc218\napp.get(\"\/\", function(req, res){\n    \/\/console.log(res);\n    res.render(\"test\", {}); \/\/ views \ud3f4\ub354 \ubc11\uc5d0 \uc788\ub294 \ud30c\uc77c\uc744 \ucc38\uc870\ud568\n});\n\n\/\/ \uc11c\ubc84 \ub744\uc6b8\ub54c \ud3ec\ud2b8 \uc815\ubcf4 \uc14b\ud305 \ubc0f \ucc98\uc74c \uc2e4\ud589 \uc2dc \ud544\uc694\ud55c \uae30\ub2a5 \uc218\ud589 \uac00\ub2a5\napp.listen(3000, function(){\n    console.log(\"server running\");\n});\n<\/code><\/pre>\n\n\n\n<p>package.json<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  \"name\": \"app4\",\n  \"version\": \"1.0.0\",\n  \"main\": \"index.js\",\n  \"scripts\": {\n    \"test\": \"echo \\\"Error: no test specified\\\" &amp;&amp; exit 1\"\n  },\n  \"author\": \"\",\n  \"license\": \"ISC\",\n  \"description\": \"\",\n  \"dependencies\": {\n    \"ejs\": \"^3.1.10\",\n    \"express\": \"^4.21.2\"\n  }\n}\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>index.js package.json<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9,1],"tags":[],"class_list":["post-1131","post","type-post","status-publish","format-standard","hentry","category-nodejs","category-uncategorized","missing-thumbnail"],"_links":{"self":[{"href":"https:\/\/www.freelifemakers.org\/wordpress\/index.php\/wp-json\/wp\/v2\/posts\/1131","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.freelifemakers.org\/wordpress\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.freelifemakers.org\/wordpress\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.freelifemakers.org\/wordpress\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.freelifemakers.org\/wordpress\/index.php\/wp-json\/wp\/v2\/comments?post=1131"}],"version-history":[{"count":2,"href":"https:\/\/www.freelifemakers.org\/wordpress\/index.php\/wp-json\/wp\/v2\/posts\/1131\/revisions"}],"predecessor-version":[{"id":1134,"href":"https:\/\/www.freelifemakers.org\/wordpress\/index.php\/wp-json\/wp\/v2\/posts\/1131\/revisions\/1134"}],"wp:attachment":[{"href":"https:\/\/www.freelifemakers.org\/wordpress\/index.php\/wp-json\/wp\/v2\/media?parent=1131"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.freelifemakers.org\/wordpress\/index.php\/wp-json\/wp\/v2\/categories?post=1131"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.freelifemakers.org\/wordpress\/index.php\/wp-json\/wp\/v2\/tags?post=1131"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}